summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 15:40:55 +1100
commit3bd49ec5c4b1e5d9fb08282796b4a3b487f8f196 (patch)
tree3051458be4aef412a47a151d36665778d6f19e47 /includes.h
parent2ccf661cbe0924a1549a74b5a4f970e90f94d6a9 (diff)
- Various small cleanups to bring diff (against OpenBSD) size down.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 198e7297..e2a0ea3b 100644
--- a/includes.h
+++ b/includes.h
@@ -41,7 +41,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
-#include <assert.h>
#include <signal.h>
#include <termios.h>
#include <stdlib.h>
@@ -55,6 +54,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include "config.h"
+#ifdef HAVE_NETGROUP_H
+# include <netgroup.h>
+#endif
#ifdef HAVE_PATHS_H
# include <paths.h>
#endif