summaryrefslogtreecommitdiffstats
path: root/compat.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-03-17 18:43:16 -0800
committerTim Rice <tim@multitalents.net>2001-03-17 18:43:16 -0800
commitb399be4436914e23dd066482a371e068f2724f5c (patch)
tree398b549482009894f4281035d1454dbf4e2ef0e2 /compat.c
parentd69191bb4e93374f9818ab485d1a28fbfc0d1493 (diff)
- tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
openbsd-compat/fake-regex.h
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 5f0d7cd0..9d23f9a0 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 $");
# ifdef HAVE_REGEX_H
# include <regex.h>
# else
-# include "fake-regex.h"
+# include "openbsd-compat/fake-regex.h"
# endif
#endif /* HAVE_LIBPCRE */