]> git.ozlabs.org Git - ccan/blobdiff - ccan/foreach/foreach.c
foreach: fix HAVE_FOR_LOOP_DECLARATION case.
[ccan] / ccan / foreach / foreach.c
index a18842b0979414f105e85a0ca943cbf63cb95517..70040ee986a5116bb407ea5ebc3ab703d51abd98 100644 (file)
@@ -1,5 +1,5 @@
-#if !HAVE_COMPOUND_LITERALS || !HAVE_FOR_LOOP_DECLARATION
 #include <ccan/foreach/foreach.h>
+#if !HAVE_COMPOUND_LITERALS || !HAVE_FOR_LOOP_DECLARATION
 #include <ccan/list/list.h>
 #include <stdint.h>
 #include <stdlib.h>