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
1 changed files with 4 additions and 1 deletions

View File

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