Add some missing #include directives
[pspp] / src / language / stats / crosstabs.c
index 02a9712d37f3b5cef653f98d86181f156798ebb5..32e1a7736acee63ef52e3d09390f6cb151fe919a 100644 (file)
@@ -59,6 +59,7 @@
 #include "output/charts/barchart.h"
 
 #include "gl/minmax.h"
+#include "gl/xalloc-oversized.h"
 #include "gl/xalloc.h"
 #include "gl/xsize.h"
 
@@ -2956,9 +2957,3 @@ calc_directional (struct crosstabs_proc *proc, struct crosstabulation *xt,
 
   return 1;
 }
-
-/*
-   Local Variables:
-   mode: c
-   End:
-*/