Diff between 3ac9589731415bce09b361963f384c5b1d949d7f and 629447a588785432ef9837ca7dbcef74b4c96927

Changed Files

File Additions Deletions Status
android/adapter.c +4 -0 modified

Full Patch

diff --git a/android/adapter.c b/android/adapter.c
index d7fe63e..ce72988 100644
--- a/android/adapter.c
+++ b/android/adapter.c
@@ -21,6 +21,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <errno.h>
 
 #include <glib.h>