utimens: cache whether utimensat syscall works
[pspp] / lib / alloca.c
index a580078696b27a472b607d73f9b4083e0160e4bb..3a1f4e273a56b8f4f65e39c35577a1826343de24 100644 (file)
@@ -21,9 +21,9 @@
    allocating any.  It is a good idea to use alloca(0) in
    your main control loop, etc. to force garbage collection.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
+
+#include <alloca.h>
 
 #include <string.h>
 #include <stdlib.h>