summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
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 554e9476e..c73780d26 100644
--- a/includes.h
+++ b/includes.h
@@ -51,6 +51,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
51#ifdef HAVE_GETOPT_H 51#ifdef HAVE_GETOPT_H
52# include <getopt.h> 52# include <getopt.h>
53#endif 53#endif
54#ifndef HAVE_GETOPT_OPTRESET
55#define getopt(ac, av, o) BSDgetopt(ac, av, o)
56#endif
54#ifdef HAVE_BSTRING_H 57#ifdef HAVE_BSTRING_H
55# include <bstring.h> 58# include <bstring.h>
56#endif 59#endif