diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-13 22:11:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:02 -0500 |
commit | 2483f979d178ca39c52f5ded3cad33c3f042a566 (patch) | |
tree | 7f46f8d7333c220428d1e3fd257138bad5e1efe8 /source4/include | |
parent | e1512846939abceae37f62b755aaf7006b64b0c7 (diff) | |
download | samba-2483f979d178ca39c52f5ded3cad33c3f042a566.tar.gz samba-2483f979d178ca39c52f5ded3cad33c3f042a566.tar.bz2 samba-2483f979d178ca39c52f5ded3cad33c3f042a566.zip |
r8438: - More win32 portability fixes. Now fails on socketwrapper (because
unix domain sockets are not available on win32)
- Update howto
(This used to be commit c88ee6b61b290806064993dba3fc27ea9e59cc63)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 00054b985d..cedd51b6f3 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -64,6 +64,10 @@ #include <winsock2.h> #endif +#ifdef HAVE_WS2TCPIP_H +#include <ws2tcpip.h> +#endif + #ifdef HAVE_WINDOWS_H #include <windows.h> #endif |