commit | 53d3c46bf92b19d82f554bb1cc4d61530e4eddc4 | [log] [tgz] |
---|---|---|
author | Austin English <austinenglish@gmail.com> | Mon Jan 26 23:47:49 2009 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 27 11:20:02 2009 +0100 |
tree | 63fde1a4d14154fc087daa15f75ad965f24f02f8 | |
parent | bb3f25848f5802eba802500171a357aef7735100 [diff] [blame] |
configure: Fix <netinet/tcp_var.h> detection on OpenBSD.
diff --git a/configure.ac b/configure.ac index 122191d..063ea15 100644 --- a/configure.ac +++ b/configure.ac
@@ -423,6 +423,9 @@ #ifdef HAVE_SYS_SOCKETVAR_H # include <sys/socketvar.h> #endif + #ifdef HAVE_SYS_TIMEOUT_H + # include <sys/timeout.h> + #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif