add limits.h and sys/select.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8724 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-20 22:35:28 +00:00
parent 8a54d901a0
commit 5d5d840adb

View File

@@ -46,9 +46,13 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif