summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-12 07:29:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-12 07:29:45 +0000
commit603bdfd602f2004d74c39dbab8142f19af6087dd (patch)
treebe532f23d9927398fd6caeb15ae79c46cc2d7520 /includes.h
parent61ce036c4aa0a45cac9e8d2f1e14a9169f55c6e2 (diff)
- (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 92013aa87..a4ebbd3d3 100644
--- a/includes.h
+++ b/includes.h
@@ -45,8 +45,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
45#include <time.h> 45#include <time.h>
46#include <dirent.h> 46#include <dirent.h>
47 47
48#ifdef HAVE_LIMITS_H
49# include <limits.h>
50#endif
48#ifdef HAVE_GETOPT_H 51#ifdef HAVE_GETOPT_H
49#include <getopt.h> 52# include <getopt.h>
50#endif 53#endif
51#ifdef HAVE_BSTRING_H 54#ifdef HAVE_BSTRING_H
52# include <bstring.h> 55# include <bstring.h>