OSDN Git Service

android: Add the missing HAVE_CONFIG_H check daemon files
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 4 Nov 2013 09:34:58 +0000 (11:34 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 4 Nov 2013 10:10:31 +0000 (12:10 +0200)
android/hid.c
android/ipc.c
android/socket.c

index 59fc90b..1ee8ed4 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdint.h>
 #include <stdbool.h>
 #include <errno.h>
index 1f52753..e672bf8 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stddef.h>
 #include <errno.h>
 #include <stdint.h>
index b6eed6e..e32be46 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <stdbool.h>