[Libguestfs] [PATCH 12/13] syntax-check: fix require_config_h_first check

Hu Tao hutao at cn.fujitsu.com
Tue Sep 23 09:20:38 UTC 2014


Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
---
 python/guestfs-py-byhand.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/guestfs-py-byhand.c b/python/guestfs-py-byhand.c
index b071f81..5d2d858 100644
--- a/python/guestfs-py-byhand.c
+++ b/python/guestfs-py-byhand.c
@@ -24,11 +24,11 @@
 /* This has to be included first, else definitions conflict with
  * glibc header files.  Python is broken.
  */
+#include <config.h>
+
 #define PY_SSIZE_T_CLEAN 1
 #include <Python.h>
 
-#include <config.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 
-- 
1.9.3




More information about the Libguestfs mailing list