Added caculations for the grouped T-TEST
[pspp-builds.git] / lib / misc / alloca.c
index 6d12bd0e75d2656b2df2181ee81fe541d7bc091a..515f6e612989259c90d4824a6d78c736e4ded36b 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <config.h>
 #include <stdlib.h>
+#include "alloc.h"
 
 typedef void *pointer;         /* generic pointer type */
 #define        NULL    0               /* null pointer constant */