From: Bruno Haible Date: Sat, 15 Nov 2008 12:33:04 +0000 (+0100) Subject: Include config.h in all tests. X-Git-Tag: v0.1~6677 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c571b02a40485aa46e146a68d6d47eca71a4b477;p=gnulib.git Include config.h in all tests. --- diff --git a/tests/test-flock.c b/tests/test-flock.c index a1872cda7..f71532ee2 100644 --- a/tests/test-flock.c +++ b/tests/test-flock.c @@ -14,6 +14,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include + +#include #include #include #include diff --git a/tests/test-iconvme.c b/tests/test-iconvme.c index 58e8c5cdb..3cf26c831 100644 --- a/tests/test-iconvme.c +++ b/tests/test-iconvme.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include + #include #include diff --git a/tests/test-stpncpy.c b/tests/test-stpncpy.c index c89037944..128bee316 100644 --- a/tests/test-stpncpy.c +++ b/tests/test-stpncpy.c @@ -1,5 +1,5 @@ /* Test the system defined function stpncpy(). - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include + #include #include