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 5f0d7cd0c..9d23f9a03 100644
--- a/compat.c
+++ b/compat.c
@@ -31,7 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.38 2001/03/10 15:31:00 deraadt Exp $");
31# ifdef HAVE_REGEX_H 31# ifdef HAVE_REGEX_H
32# include <regex.h> 32# include <regex.h>
33# else 33# else
34# include "fake-regex.h" 34# include "openbsd-compat/fake-regex.h"
35# endif 35# endif
36#endif /* HAVE_LIBPCRE */ 36#endif /* HAVE_LIBPCRE */
37 37