aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-11-10 14:11:55 -0600
committerMatt Mower <mowerm@gmail.com>2015-11-10 14:11:55 -0600
commitb9ffe8e520bb23dfbc57441a0aa505133e70438b (patch)
tree713177b4dc5d03792973dd6b9a9dd08b3aa976fe
parent791d81a7b3fa2ec0ebec7da2a9aa1bc244c429fb (diff)
downloadandroid_external_exfat-b9ffe8e520bb23dfbc57441a0aa505133e70438b.tar.gz
android_external_exfat-b9ffe8e520bb23dfbc57441a0aa505133e70438b.tar.bz2
android_external_exfat-b9ffe8e520bb23dfbc57441a0aa505133e70438b.zip
exfat: ifdef android pre-generated config
Change-Id: I41a5030ab61eaa3bc960fdac6eaa626d03580044
-rw-r--r--libexfat/exfat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexfat/exfat.h b/libexfat/exfat.h
index 7883d9d..5beba7c 100644
--- a/libexfat/exfat.h
+++ b/libexfat/exfat.h
@@ -24,7 +24,11 @@
#ifndef EXFAT_H_INCLUDED
#define EXFAT_H_INCLUDED
+#if defined(__ANDROID__)
#include "android_config.h"
+#else
+#include "config.h"
+#endif
#include "compiler.h"
#include "exfatfs.h"
#include <stdio.h>