diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-03 16:09:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-03 16:09:58 +0100 |
commit | 275602c0ea1fd991403ec2e2fae62de9d71ad7f0 (patch) | |
tree | f9079ccfa75eeded2d9e48abe79b466caba26450 /CMakeLists.txt | |
parent | 5f82133789e2af4cb4f27644624dd5194a2b9887 (diff) | |
download | rspamd-275602c0ea1fd991403ec2e2fae62de9d71ad7f0.tar.gz rspamd-275602c0ea1fd991403ec2e2fae62de9d71ad7f0.zip |
Fix dirent include.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aba09f668..448a09b0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -757,6 +757,7 @@ CHECK_INCLUDE_FILES(aio.h HAVE_AIO_H) CHECK_INCLUDE_FILES(libaio.h HAVE_LIBAIO_H) CHECK_INCLUDE_FILES(unistd.h HAVE_UNISTD_H) CHECK_INCLUDE_FILES(cpuid.h HAVE_CPUID_H) +CHECK_INCLUDE_FILES(dirent.h HAVE_DIRENT_H) # Check platform API CHECK_FUNCTION_EXISTS(setproctitle HAVE_SETPROCTITLE) |