add more #ifdef before #include-ing

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@805 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-29 23:40:23 +00:00
parent c09b123995
commit f27321a1d6
8 changed files with 102 additions and 0 deletions

View File

@@ -3,8 +3,12 @@
RCSID("$Id$");
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#include <stdio.h>
#include <stdlib.h>