OSDN Git Service

gobex: add missing checks for config.h
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 18 Oct 2011 08:12:25 +0000 (11:12 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:22:03 +0000 (22:22 +0100)
gobex/gobex-defs.c
gobex/gobex-header.c
gobex/gobex-packet.c

index f1f3b38..beb773d 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <glib.h>
 
 #include "gobex-defs.h"
index 68e2341..0dade51 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string.h>
 
 #include "gobex-header.h"
index e2914a4..df94031 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string.h>
 #include <errno.h>