diff options
| author | 2006-04-10 22:50:41 +0000 | |
|---|---|---|
| committer | 2006-04-10 22:50:41 +0000 | |
| commit | 09dd16b981c38cbde7573398cb50ae1cf0531ade (patch) | |
| tree | c9c078d2b5e41c9c76e3e5175e66fb4b7cb002d6 /include/socket.h | |
| parent | Routing more socket includes through socket.h (diff) | |
Route some more stuff through socket.h and hash_map.h. Add #define protection to timer.h and remove some unneeded includes and externs from timer.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3869 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socket.h')
| -rw-r--r-- | include/socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index 1dd2e6827..89b5ca1a4 100644 --- a/include/socket.h +++ b/include/socket.h @@ -36,8 +36,9 @@ #else -#include <windows_defs.h> +#include <windef.h> #include <winsock2.h> +typedef int socklen_t; #endif |
