aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-01-24 01:27:48 -0800
committerGravatar Nicolas 'Pixel' Noble <nicolas@nobis-crew.org>2015-01-24 14:23:38 -0800
commitd5a99855229542c149a91e4bb688442488f3c8c1 (patch)
tree05feded2505984a6a72e17826f91f8b23fc12345 /src/core/httpcli/httpcli.c
parent1ea024dbe26420dc3a9f66e5add922dfd91095d1 (diff)
Fixing a few winsocket misuses.
Diffstat (limited to 'src/core/httpcli/httpcli.c')
-rw-r--r--src/core/httpcli/httpcli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/httpcli/httpcli.c b/src/core/httpcli/httpcli.c
index d6fd8ca865..acd9fa7b55 100644
--- a/src/core/httpcli/httpcli.c
+++ b/src/core/httpcli/httpcli.c
@@ -31,6 +31,7 @@
*
*/
+#include "src/core/iomgr/sockaddr.h"
#include "src/core/httpcli/httpcli.h"
#include <string.h>