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:
@@ -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
|
||||
|
Reference in New Issue
Block a user