Fix invalid read when fetching sys files with very long string variables.
[pspp-builds.git] / src / language / stats / correlations.q
index 10818591e521ee31b1f63c57101218db9679668c..cf2300676823c886f6db2ebd84def0039a69094e 100644 (file)
 #include <libpspp/compiler.h>
 #include <data/dictionary.h>
 #include <data/file-handle-def.h>
+#include <language/data-io/file-handle.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
 #include <data/variable.h>
 /* (headers) */
 
-#include <libpspp/debug-print.h>
-
 struct cor_set
   {
     struct cor_set *next;