From 629447a588785432ef9837ca7dbcef74b4c96927 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Nov 2013 03:51:46 -0700 Subject: [PATCH] android: Add the missing HAVE_CONFIG_H check to adapter.c --- android/adapter.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/adapter.c b/android/adapter.c index d7fe63e10..ce729885d 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -21,6 +21,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- 2.47.3