From 0ad295ca971349b29db68108ce4cea1bfce7be91 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 29 Dec 1997 22:30:47 +0000 Subject: [PATCH] Include , to get linux __progname. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4249 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index d6d6cd176..a9e6ce09e 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -82,6 +82,9 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_ERR_H +#include +#endif #ifdef HAVE_TERMIOS_H #include #endif