summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sclient
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 15:18:47 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 15:18:47 +0000
commitc976d091184ed4a5b56dbbd82147a8e71e9b1aec (patch)
tree15cea1ae163f7d287c11141d8aff9e95def41759 /src/appl/sample/sclient
parent4878464009f1a66a8d2f7ac72b6e2df759469df5 (diff)
downloadkrb5-c976d091184ed4a5b56dbbd82147a8e71e9b1aec.tar.gz
krb5-c976d091184ed4a5b56dbbd82147a8e71e9b1aec.tar.xz
krb5-c976d091184ed4a5b56dbbd82147a8e71e9b1aec.zip
fix include files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@926 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sclient')
-rw-r--r--src/appl/sample/sclient/sclient.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/appl/sample/sclient/sclient.c b/src/appl/sample/sclient/sclient.c
index c9a04b53f..a11eaf385 100644
--- a/src/appl/sample/sclient/sclient.c
+++ b/src/appl/sample/sclient/sclient.c
@@ -19,14 +19,13 @@ static char rcsid_sclient_c [] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
-#include <errno.h>
-#include <stdio.h>
#include <krb5/libos-proto.h>
+#include <stdio.h>
#include <ctype.h>
#include <com_err.h>
+
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>