Include <err.h>, to get linux __progname.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4249 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-29 22:30:47 +00:00
parent df322b0c0f
commit 0ad295ca97

View File

@@ -82,6 +82,9 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#ifdef HAVE_ERR_H
#include <err.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif