diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-27 18:23:20 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-27 18:23:20 +0000 |
commit | dd21fe9ca0293264924d9045e7a9aab1e7f31f28 (patch) | |
tree | f0d90ab15f6c19aca9584cc0da0c1debe4a94634 /openbsd-compat/strsep.c | |
parent | 596273516c67cfded71acee848de6db4daa41a1a (diff) | |
download | openssh-git-dd21fe9ca0293264924d9045e7a9aab1e7f31f28.tar.gz |
- (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
have issues of our fixes not propogating right (ie bcopy instead of
memmove). OK tim
Diffstat (limited to 'openbsd-compat/strsep.c')
-rw-r--r-- | openbsd-compat/strsep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c index c03649cf..d0afc44a 100644 --- a/openbsd-compat/strsep.c +++ b/openbsd-compat/strsep.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_STRSEP) |