From 4b821f3d6f85516f2c90f93898ee762bdaa00dc9 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 5 Oct 2011 21:02:12 +1100 Subject: [PATCH] * updated build requirements --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4072b14..5d22310 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ ENDIF (NOT LIBDIR) SET(REQUIRED_HEADERS "ctype.h" "stdbool.h" "stdio.h" - "stdint.h" "stdlib.h" "string.h") + "stdint.h" "stdlib.h" "string.h" "unistd.h") FOREACH (HDR ${REQUIRED_HEADERS}) CHECK_INCLUDE_FILE (${HDR} TEST_H)