<sys/ioccom.h> is needed for kafs.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7283 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-29 21:19:20 +00:00
parent aff9338312
commit 5fb424fe88

View File

@@ -63,6 +63,9 @@
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 40
#include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_IOCCOM_H
#include <sys/ioccom.h>
#endif
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>