aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
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
)