[ccan] [PATCH 9/9] darray: include config.h first
Cody P Schafer
dev at codyps.com
Sat Jun 21 10:46:07 EST 2014
CC: Joseph Adams <joeyadams3.14159 at gmail.com>
Signed-off-by: Cody P Schafer <dev at codyps.com>
---
ccan/darray/darray.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ccan/darray/darray.h b/ccan/darray/darray.h
index 3338bc3..10e6d8b 100644
--- a/ccan/darray/darray.h
+++ b/ccan/darray/darray.h
@@ -23,9 +23,9 @@
#ifndef CCAN_DARRAY_H
#define CCAN_DARRAY_H
+#include "config.h"
#include <stdlib.h>
#include <string.h>
-#include "config.h"
/*
* SYNOPSIS
--
2.0.0
More information about the ccan
mailing list