]> sjero.net Git - wget/blobdiff - src/alloca.c
Eschew config-post.h.
[wget] / src / alloca.c
index 2722830332420ef144569f575b96fec26af7cce4..fd08295c78f5a593a73df327f6fce36547a06bd7 100644 (file)
@@ -21,6 +21,8 @@
    allocating any.  It is a good idea to use alloca(0) in
    your main control loop, etc. to force garbage collection.  */
 
+#include "wget.h"
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -88,7 +90,6 @@ typedef char *pointer;
    Callers below should use malloc.  */
 
 #ifndef emacs
-#include "wget.h"
 #define malloc xmalloc
 #define free xfree
 #endif