From: Bruno Haible Date: Sat, 15 Nov 2008 12:33:04 +0000 (+0100) Subject: Include config.h in all tests. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c571b02a40485aa46e146a68d6d47eca71a4b477;p=pspp Include config.h in all tests. --- diff --git a/tests/test-flock.c b/tests/test-flock.c index a1872cda72..f71532ee29 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 58e8c5cdb7..3cf26c8319 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 c89037944a..128bee3163 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