aboutsummaryrefslogtreecommitdiff
path: root/util/android_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/android_config.h')
-rw-r--r--util/android_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/android_config.h b/util/android_config.h
index 6ac16fec..c2288602 100644
--- a/util/android_config.h
+++ b/util/android_config.h
@@ -36,7 +36,6 @@
#if defined(_WIN32)
# define HAVE_LINUX_TYPES_H 1
-# define HAVE_WINSOCK_H 1
#endif
#if defined(__APPLE__) || defined(__linux__)
# define HAVE_FCNTL 1
@@ -55,6 +54,9 @@
# define HAVE_SYS_SELECT_H 1
# define HAVE_SYS_WAIT_H 1
#endif
+#ifdef __APPLE__
+# define HAVE_GETMNTINFO 1
+#endif
#if defined(__linux__)
# define HAVE_EXT2_IOCTLS 1
# define HAVE_FALLOCATE 1