Maybe include <sys/time.h> and/or maybe include <time.h>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18571 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 04:51:53 +00:00
parent 24ac3ede46
commit d38af9ada0

View File

@@ -65,6 +65,14 @@
#undef SOCKET_WRAPPER_REPLACE #undef SOCKET_WRAPPER_REPLACE
#include <sys/types.h> #include <sys/types.h>
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>
#elif defined(HAVE_SYS_TIME_H)
#include <sys/time.h>
#else
#include <time.h>
#endif
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>