From: Ben Pfaff Date: Mon, 12 Feb 2007 14:30:23 +0000 (+0000) Subject: Include . X-Git-Tag: v0.6.0~550 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3089f789be8524fdf13ccbec73ab5caa49683e5c;hp=1f81bace8de94d9f30d492439d8a41d38f15d674;p=pspp-builds.git Include . --- diff --git a/tests/ChangeLog b/tests/ChangeLog index d47870f4..ee534187 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 12 06:29:30 2007 Ben Pfaff + + * libpspp/ll-test.c, libpspp/llx-test.c: Include . + Sat Feb 3 21:57:34 2007 Ben Pfaff * automake.mk: Add tests/command/vector.sh. diff --git a/tests/libpspp/ll-test.c b/tests/libpspp/ll-test.c index 30e669b3..324b3d13 100644 --- a/tests/libpspp/ll-test.c +++ b/tests/libpspp/ll-test.c @@ -28,6 +28,10 @@ See llx-test.c for a similar program for the llx_* routines. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include diff --git a/tests/libpspp/llx-test.c b/tests/libpspp/llx-test.c index 12dc0f52..f825a3a4 100644 --- a/tests/libpspp/llx-test.c +++ b/tests/libpspp/llx-test.c @@ -27,6 +27,10 @@ See ll-test.c for a similar program for the ll_* routines. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include