Include <config.h>.
[pspp-builds.git] / tests / libpspp / ll-test.c
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>