Update build system to Autoconf 2.58, Automake 1.7, gettext 0.12.1.
[pspp-builds.git] / lib / misc / alloca.c
index 6d12bd0e75d2656b2df2181ee81fe541d7bc091a..be1f0c423df7a118ab88c37e43344adaa9cb7a71 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <config.h>
 #include <stdlib.h>
+#include "common.h"
 
 typedef void *pointer;         /* generic pointer type */
 #define        NULL    0               /* null pointer constant */