summaryrefslogtreecommitdiff
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 198e72979..e2a0ea3b6 100644
--- a/includes.h
+++ b/includes.h
@@ -41,7 +41,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
41#include <ctype.h> 41#include <ctype.h>
42#include <errno.h> 42#include <errno.h>
43#include <fcntl.h> 43#include <fcntl.h>
44#include <assert.h>
45#include <signal.h> 44#include <signal.h>
46#include <termios.h> 45#include <termios.h>
47#include <stdlib.h> 46#include <stdlib.h>
@@ -55,6 +54,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
55 54
56#include "config.h" 55#include "config.h"
57 56
57#ifdef HAVE_NETGROUP_H
58# include <netgroup.h>
59#endif
58#ifdef HAVE_PATHS_H 60#ifdef HAVE_PATHS_H
59# include <paths.h> 61# include <paths.h>
60#endif 62#endif