From 3c02768950ba1f17dc90d9f4a9538a8eec711c4f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 14 Mar 2001 11:39:45 +1100 Subject: - (djm) Add replacement glob() from OpenBSD libc if the system glob is missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h --- ssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh.h') diff --git a/ssh.h b/ssh.h index b2be65f52..3ca92549d 100644 --- a/ssh.h +++ b/ssh.h @@ -20,7 +20,7 @@ #include /* For va_list */ #include /* For LOG_AUTH and friends */ #include /* For struct sockaddr_storage */ -#include "fake-socket.h" /* For struct sockaddr_storage */ +#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */ #ifdef HAVE_SYS_SELECT_H # include #endif -- cgit v1.2.3