summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-02-07 15:00:30 +0200
committerMonty <monty@mariadb.org>2016-02-07 15:00:30 +0200
commitd80b8442a68093106e00a9a38b7b2c593002a72c (patch)
tree17881f51bbc0fbe4b25d09d23e5a292a75a58298 /configure.cmake
parent07b8aefe90ca830d2de068f2966cd2288b158a88 (diff)
downloadmariadb-git-d80b8442a68093106e00a9a38b7b2c593002a72c.tar.gz
Fixes needed to compile with musl C library
Patch originally by Codarren Velvindron
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 203f49c1a0d..56d68e302d2 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -199,6 +199,7 @@ CHECK_INCLUDE_FILES (netinet/in.h HAVE_NETINET_IN_H)
CHECK_INCLUDE_FILES (paths.h HAVE_PATHS_H)
CHECK_INCLUDE_FILES (port.h HAVE_PORT_H)
CHECK_INCLUDE_FILES (poll.h HAVE_POLL_H)
+CHECK_INCLUDE_FILES (sys/poll.h HAVE_SYS_POLL_H)
CHECK_INCLUDE_FILES (pwd.h HAVE_PWD_H)
CHECK_INCLUDE_FILES (sched.h HAVE_SCHED_H)
CHECK_INCLUDE_FILES (select.h HAVE_SELECT_H)