Fixed a warning

svn path=/trunk/; revision=36019
This commit is contained in:
Pierre Schweitzer 2008-09-07 08:46:58 +00:00
parent f32601bf05
commit 714e5fdc39
2 changed files with 14 additions and 5 deletions

View file

@ -20,6 +20,7 @@
#include "wine/port.h"
#include "wine/debug.h"
#include <stdio.h>
#include <stdarg.h>
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>

View file

@ -72,16 +72,24 @@
int res;
if ((res = recv( conn->socket, &buffer[recvd], 1, 0 )) <= 0)
--- request.c Fri Sep 05 17:34:17 2008
+++ request.c Sun Sep 07 10:55:25 2008
@@ -34,6 +34,8 @@
+++ request.c Sun Sep 07 11:29:55 2008
@@ -20,6 +20,7 @@
#include "wine/port.h"
#include "wine/debug.h"
+#include <stdio.h>
#include <stdarg.h>
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
@@ -33,6 +34,8 @@
#include "winhttp.h"
#include "winhttp_private.h"
+#include "inet_ntop.c"
+
+#include "inet_ntop.c"
WINE_DEFAULT_DEBUG_CHANNEL(winhttp);
static const WCHAR attr_accept[] = {'A','c','c','e','p','t',0};
--- winhttp_private.h Thu Sep 04 15:27:29 2008
+++ winhttp_private.h Sun Sep 07 10:46:54 2008
@@ -33,8 +33,14 @@