diff options
author | tim <tim> | 2001-03-18 02:43:16 +0000 |
---|---|---|
committer | tim <tim> | 2001-03-18 02:43:16 +0000 |
commit | e1733212ded78f216483a2e14e11dd90c354271d (patch) | |
tree | de3d483445254117b3581f2361b62a9b349383b9 /compat.c | |
parent | a21e85eab1984c0d4d2165f723f6f9b46140efdc (diff) | |
download | openssh-e1733212ded78f216483a2e14e11dd90c354271d.tar.gz |
- 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 */ |