<sys/types.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1546 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-05 19:34:59 +00:00
parent 94e9884a14
commit 6dd290313a
4 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ RCSID("$Id$");
#include <X11/Shell.h>
#include <X11/Xos.h>
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif

View File

@@ -41,6 +41,7 @@
RCSID("$Id$");
#endif
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#include <krb.h>
#include <kafs.h>

View File

@@ -50,6 +50,7 @@ RCSID("$Id$");
#include <string.h>
#include <pwd.h>
#include <unistd.h>
#include <sys/types.h>
#define PAM_SM_AUTH
#define PAM_SM_SESSION

View File

@@ -49,6 +49,9 @@ RCSID("$Id$");
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif