Commit a9a6948b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wininet: Include stdlib.h before winsock2.h in http.c.

parent 901c96ef
......@@ -29,6 +29,8 @@
#include "config.h"
#include <stdlib.h>
#ifdef HAVE_ZLIB
# include <zlib.h>
#endif
......@@ -38,9 +40,9 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "wininet.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment