mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 01:52:06 +00:00
Fixed a warning
svn path=/trunk/; revision=36019
This commit is contained in:
parent
f32601bf05
commit
714e5fdc39
2 changed files with 14 additions and 5 deletions
|
@ -20,6 +20,7 @@
|
||||||
#include "wine/port.h"
|
#include "wine/port.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#ifdef HAVE_ARPA_INET_H
|
#ifdef HAVE_ARPA_INET_H
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
|
|
|
@ -72,16 +72,24 @@
|
||||||
int res;
|
int res;
|
||||||
if ((res = recv( conn->socket, &buffer[recvd], 1, 0 )) <= 0)
|
if ((res = recv( conn->socket, &buffer[recvd], 1, 0 )) <= 0)
|
||||||
--- request.c Fri Sep 05 17:34:17 2008
|
--- request.c Fri Sep 05 17:34:17 2008
|
||||||
+++ request.c Sun Sep 07 10:55:25 2008
|
+++ request.c Sun Sep 07 11:29:55 2008
|
||||||
@@ -34,6 +34,8 @@
|
@@ -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 "winhttp_private.h"
|
||||||
|
|
||||||
+#include "inet_ntop.c"
|
|
||||||
+
|
+
|
||||||
|
+#include "inet_ntop.c"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winhttp);
|
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 Thu Sep 04 15:27:29 2008
|
||||||
+++ winhttp_private.h Sun Sep 07 10:46:54 2008
|
+++ winhttp_private.h Sun Sep 07 10:46:54 2008
|
||||||
@@ -33,8 +33,14 @@
|
@@ -33,8 +33,14 @@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue