git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1755 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-20 22:05:47 +00:00
parent fc40b7509c
commit 154f8de95d

View File

@@ -41,10 +41,22 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.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
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_UTMP_H #ifdef HAVE_UTMP_H
#include <utmp.h> #include <utmp.h>
#endif #endif