X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-gethostname.c;h=45c223a2f870aefa38d9f0cd2c8cf29563b7b0f0;hb=cbfd25f0edf5f4b853e8ed2e01a4782ec80faba2;hp=af1293b886c7fa6afa7d87d3b2ee79675fedfeff;hpb=169ab5dec0e562548959482e3ff63c96c340e0d1;p=pspp diff --git a/tests/test-gethostname.c b/tests/test-gethostname.c index af1293b886..45c223a2f8 100644 --- a/tests/test-gethostname.c +++ b/tests/test-gethostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009 Free Software Foundation + * Copyright (C) 2008-2011 Free Software Foundation, Inc. * Written by Simon Josefsson. * * This program is free software: you can redistribute it and/or modify @@ -19,6 +19,10 @@ /* Get gethostname() declaration. */ #include + +#include "signature.h" +SIGNATURE_CHECK (gethostname, int, (char *, size_t)); + /* Get HOST_NAME_MAX definition. */ #include