includes and fixed to make it compile under Ultrix

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@485 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-05-05 01:16:26 +00:00
parent 5d426fa848
commit 525f74a39a
5 changed files with 11 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ RCSID("$Id$");
#include <fcntl.h>
#include <glob.h>
#include <limits.h>
#include <netdb.h>
#include <pwd.h>
#include <setjmp.h>
#include <signal.h>
@@ -92,6 +91,8 @@ RCSID("$Id$");
void yyparse();
extern char *optarg;
extern int optind, opterr;
#ifndef LOG_FTP
#define LOG_FTP LOG_DAEMON