Fixed include statements to match server_protocol.h (spotted by Eric

Pouech).
This commit is contained in:
Alexandre Julliard 2003-09-08 19:04:01 +00:00
parent 2eb5d8b9b1
commit e0b5270b4a

View file

@ -24,9 +24,12 @@
@HEADER /* start of C declarations */
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include "winbase.h"
#include <windef.h>
#include <winbase.h>
struct request_header
{