OSDN Git Service

unit: Fix missing config.h includes
authorCristian Rodríguez <crrodriguez@opensuse.org>
Mon, 24 Dec 2012 02:58:11 +0000 (18:58 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Dec 2012 02:58:11 +0000 (18:58 -0800)
unit/test-gobex-apparam.c
unit/test-gobex-header.c
unit/test-gobex-packet.c
unit/test-gobex-transfer.c
unit/test-gobex.c
unit/util.c

index f232380..1c86274 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdint.h>
 #include <string.h>
 
index c933a01..2a198c6 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdint.h>
 #include <string.h>
 
index 39650f9..b40dc66 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
index f013617..a8578fd 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index 2075f4a..8beaa44 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index a591ab1..c76acdf 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <unistd.h>