diff options
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5a76508ce..5f79aaff9 100644 --- a/configure.in +++ b/configure.in @@ -119,6 +119,8 @@ dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS( \ unistd.h \ + malloc.h \ + stdlib.h \ arpa/inet.h \ net/if.h \ netinet/in.h \ @@ -183,7 +185,8 @@ AC_CHECK_FUNCS( socket \ getpass \ closesocket \ setvbuf \ - RAND_status + RAND_status \ + RAND_screen ) |