some stupid include-fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1624 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-26 04:08:44 +00:00
parent 1ef08a99d2
commit df68edc60f
4 changed files with 14 additions and 24 deletions

View File

@@ -62,20 +62,18 @@
RCSID("$Id$");
#ifdef KRB4
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_ARPA_TELNET_H
#include <arpa/telnet.h>
#endif
#include <stdio.h>
#include <des.h> /* BSD wont include this in krb.h, so we do it here */
#include <krb.h>
#include <pwd.h>
#ifdef __STDC__
#include <stdlib.h>
#endif
#ifdef NO_STRING_H
#include <strings.h>
#else
#include <string.h>
#endif
#include "encrypt.h"
#include "auth.h"