err.h is also needed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9496 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-25 12:41:39 +00:00
parent 7bb926272f
commit 37f68daf8b
4 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ RCSID("$Id$");
#endif
#include "roken.h"
#include <err.h>
void
verr(int eval, const char *fmt, va_list ap)

View File

@@ -37,6 +37,7 @@ RCSID("$Id$");
#endif
#include "roken.h"
#include <err.h>
void
verrx(int eval, const char *fmt, va_list ap)

View File

@@ -37,6 +37,7 @@ RCSID("$Id$");
#endif
#include "roken.h"
#include <err.h>
void
vwarn(const char *fmt, va_list ap)

View File

@@ -37,6 +37,7 @@ RCSID("$Id$");
#endif
#include "roken.h"
#include <err.h>
void
vwarnx(const char *fmt, va_list ap)