]> git.ozlabs.org Git - ccan/blobdiff - ccan/foreach/foreach.c
configurator: HAVE_STACK_GROWS_UPWARDS
[ccan] / ccan / foreach / foreach.c
index 07108b67574cbab76d2371fe97e7875e41fc6ad3..70040ee986a5116bb407ea5ebc3ab703d51abd98 100644 (file)
@@ -1,10 +1,10 @@
 #include <ccan/foreach/foreach.h>
+#if !HAVE_COMPOUND_LITERALS || !HAVE_FOR_LOOP_DECLARATION
 #include <ccan/list/list.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <stdarg.h>
 
-#if !HAVE_COMPOUND_LITERALS || !HAVE_FOR_LOOP_DECLARATION
 /* This list is normally very short. */
 static LIST_HEAD(iters);