[ccan] [PATCH 4/5] darray: include config.h first

Cody P Schafer dev at codyps.com
Mon Aug 17 09:22:58 AEST 2015


CC: Joseph Adams <joeyadams3.14159 at gmail.com>
Signed-off-by: Cody P Schafer <dev at codyps.com>
---
 ccan/darray/darray.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ccan/darray/darray.h b/ccan/darray/darray.h
index 7511241..f488eec 100644
--- a/ccan/darray/darray.h
+++ b/ccan/darray/darray.h
@@ -23,9 +23,10 @@
 #ifndef CCAN_DARRAY_H
 #define CCAN_DARRAY_H
 
+#include "config.h"
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "config.h"
 
 /*
  * SYNOPSIS
-- 
2.5.0



More information about the ccan mailing list