summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index c2574b2ed..a2d3a3383 100644
--- a/compat.c
+++ b/compat.c
@@ -33,7 +33,7 @@ RCSID("$OpenBSD: compat.c,v 1.32 2000/12/09 23:51:11 provos Exp $");
33# include <pcreposix.h> 33# include <pcreposix.h>
34#else /* Use native regex libraries */ 34#else /* Use native regex libraries */
35# include <regex.h> 35# include <regex.h>
36#endif /* HAVE_LIBRX */ 36#endif /* HAVE_LIBPCRE */
37 37
38int compat13 = 0; 38int compat13 = 0;
39int compat20 = 0; 39int compat20 = 0;