X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gethostname.c;h=2dd40bbbf8e7936fd9e8e82610e161e5b8a692a5;hb=0d37a2e60081400c4ecefbb106e8a1749b3de2b0;hp=af1293b886c7fa6afa7d87d3b2ee79675fedfeff;hpb=169ab5dec0e562548959482e3ff63c96c340e0d1;p=gnulib.git diff --git a/tests/test-gethostname.c b/tests/test-gethostname.c index af1293b88..2dd40bbbf 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-2012 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