Fixed include statements to match server_protocol.h (spotted by Eric
Pouech).
This commit is contained in:
parent
2eb5d8b9b1
commit
e0b5270b4a
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue