Include unistd.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@125 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-09-28 16:12:41 +00:00
parent 7ae73c7c2e
commit b789954d34

View File

@@ -3,6 +3,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>
@@ -74,7 +75,6 @@ k_afsklog(char *cell, char *krealm)
int k_errno;
CREDENTIALS c;
KTEXT_ST ticket;
char username[256];
char realm[REALM_SZ];
char CELL[64];