Some includes, some protos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-26 18:11:40 +00:00
parent 6c6c7c0edb
commit a82c795cd6

View File

@@ -50,6 +50,12 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <krb5.h>
@@ -58,4 +64,8 @@
extern krb5_context context;
int kt_list(int argc, char **argv);
int srvconv(int argc, char **argv);
#endif /* __KTUTIL_LOCL_H__ */