Include <config.h>.
authorBen Pfaff <blp@gnu.org>
Mon, 12 Feb 2007 14:30:23 +0000 (14:30 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 12 Feb 2007 14:30:23 +0000 (14:30 +0000)
tests/ChangeLog
tests/libpspp/ll-test.c
tests/libpspp/llx-test.c

index d47870f40e08d46ab537621cabd248ca40801ed5..ee534187afcd793b833e54d67a8e091a9ed9fe78 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 12 06:29:30 2007  Ben Pfaff  <blp@gnu.org>
+
+       * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.
+
 Sat Feb  3 21:57:34 2007  Ben Pfaff  <blp@gnu.org>
 
        * automake.mk: Add tests/command/vector.sh.
index 30e669b3c76b518cb20d131995b7a464c0cc750f..324b3d1389de4fb554dd3e5ed932aa461815e3d4 100644 (file)
    See llx-test.c for a similar program for the llx_*
    routines. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libpspp/ll.h>
 #include <assert.h>
 #include <stdio.h>
index 12dc0f52214d8a9a287a76210ff726552f333c5c..f825a3a420242f30691a071c471c7097589f2a1c 100644 (file)
 
    See ll-test.c for a similar program for the ll_* routines. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libpspp/llx.h>
 #include <assert.h>
 #include <stdio.h>