summaryrefslogtreecommitdiff
path: root/src/ne_socket.h
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2008-02-11 20:13:47 +0000
committerJoe Orton <notroj@users.noreply.github.com>2008-02-11 20:13:47 +0000
commit022a82dc2f09b12b3e35ab4c492cc9f15250cc88 (patch)
treee55bcd47c8ed1f86c63cb4af9a5f9746d757f06a /src/ne_socket.h
parentd9df7a6266a1d30e944f3a9295164b1a475582de (diff)
downloadneon-git-022a82dc2f09b12b3e35ab4c492cc9f15250cc88.tar.gz
* src/ne_socket.h: Pick up size_t definition on Win32.
Diffstat (limited to 'src/ne_socket.h')
-rw-r--r--src/ne_socket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ne_socket.h b/src/ne_socket.h
index d52608e..f7b6cd6 100644
--- a/src/ne_socket.h
+++ b/src/ne_socket.h
@@ -24,6 +24,10 @@
#include <sys/types.h>
+#ifdef WIN32
+#include <stdlib.h> /* for size_t */
+#endif
+
#include "ne_defs.h"
#include "ne_ssl.h" /* for ne_ssl_context */