summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
committerDamien Miller <djm@mindrot.org>2001-03-14 11:39:45 +1100
commit3c02768950ba1f17dc90d9f4a9538a8eec711c4f (patch)
treefe2b9f417d7923cdb570ea6a67cfdc8a65877661 /ssh.h
parent46e55aaabc33549b91a85052aa048dffaf061761 (diff)
- (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
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index b2be65f52..3ca92549d 100644
--- a/ssh.h
+++ b/ssh.h
@@ -20,7 +20,7 @@
20#include <stdarg.h> /* For va_list */ 20#include <stdarg.h> /* For va_list */
21#include <syslog.h> /* For LOG_AUTH and friends */ 21#include <syslog.h> /* For LOG_AUTH and friends */
22#include <sys/socket.h> /* For struct sockaddr_storage */ 22#include <sys/socket.h> /* For struct sockaddr_storage */
23#include "fake-socket.h" /* For struct sockaddr_storage */ 23#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */
24#ifdef HAVE_SYS_SELECT_H 24#ifdef HAVE_SYS_SELECT_H
25# include <sys/select.h> 25# include <sys/select.h>
26#endif 26#endif