diff options
-rw-r--r-- | accel-pppd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index d194eaa7..cd7186ba 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -48,6 +48,7 @@ ENDIF (RADIUS) INCLUDE (CheckCSourceCompiles) CHECK_C_SOURCE_COMPILES(" #include <stdlib.h> +#include <search.h> int main(void) { __free_fn_t *f; |