fbuf: New data structure for buffered file I/O.
[pspp] / perl-module / PSPP.xs
index dbdc73a106f0311ca6669b49927cca4000aa64fb..74ea561170b00b3b16917aa8fe1c5a2c9fa24309 100644 (file)
@@ -17,6 +17,7 @@
    02110-1301, USA. */
 
 
+#undef VERSION
 #include <config.h>
 
 /* The Gnulib "strftime" module defines my_strftime in <config.h> for use by
@@ -32,6 +33,8 @@
 #include "ppport.h"
 
 #include "minmax.h"
+#include <libpspp/hmap.h>
+#include <libpspp/hash-functions.h>
 #include <libpspp/message.h>
 #include <libpspp/version.h>
 #include <libpspp/i18n.h>