From 3089f789be8524fdf13ccbec73ab5caa49683e5c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 12 Feb 2007 14:30:23 +0000 Subject: [PATCH] Include . --- tests/ChangeLog | 4 ++++ tests/libpspp/ll-test.c | 4 ++++ tests/libpspp/llx-test.c | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index d47870f40e..ee534187af 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 30e669b3c7..324b3d1389 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 12dc0f5221..f825a3a420 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 -- 2.30.2