summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-19 13:45:07 +1100
committerDamien Miller <djm@mindrot.org>2000-01-19 13:45:07 +1100
commiteaf9994f7e5fdddb7ded0cd9d757921ed8a9dc67 (patch)
tree02a3f73ffe6445cbb7f851eac17e607bc2d3a26a /includes.h
parent9550a24e0198bde53d4d4404ed16b7b8957a7ada (diff)
- SCO compile fixes from Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index b4af0c220..3abf2851d 100644
--- a/includes.h
+++ b/includes.h
@@ -86,6 +86,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
86# include <sys/poll.h> 86# include <sys/poll.h>
87# endif 87# endif
88#endif 88#endif
89#ifdef HAVE_SYS_SYSMACROS_H
90# include <sys/sysmacros.h>
91#endif
89 92
90#include "version.h" 93#include "version.h"
91 94