aboutsummaryrefslogtreecommitdiff
path: root/jimregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'jimregexp.h')
-rw-r--r--jimregexp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/jimregexp.h b/jimregexp.h
index 5d7dc94..336e20e 100644
--- a/jimregexp.h
+++ b/jimregexp.h
@@ -1,6 +1,10 @@
#ifndef JIMREGEXP_H
#define JIMREGEXP_H
+#ifndef _JIMAUTOCONF_H
+#error Need jimautoconf.h
+#endif
+
#if defined(HAVE_REGCOMP) && !defined(JIM_REGEXP)
/* Use POSIX regex */
#include <regex.h>