<sys/param.h> and <getarg.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2630 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-25 15:33:38 +00:00
parent e2d147bf5a
commit 30b3c52a8c

View File

@@ -65,6 +65,10 @@
#endif
#include <errno.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif
@@ -73,6 +77,7 @@
#endif
#include <err.h>
#include <roken.h>
#include <getarg.h>
#ifdef KRB4
#include <krb.h>
#include <prot.h>