diff options
author | Tim Rice <tim@multitalents.net> | 2001-03-18 03:43:16 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2001-03-18 03:43:16 +0100 |
commit | b399be4436914e23dd066482a371e068f2724f5c (patch) | |
tree | 398b549482009894f4281035d1454dbf4e2ef0e2 /compat.c | |
parent | - markus@cvs.openbsd.org 2001/03/17 17:27:59 (diff) | |
download | openssh-b399be4436914e23dd066482a371e068f2724f5c.tar.xz openssh-b399be4436914e23dd066482a371e068f2724f5c.zip |
- 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |