diff --git a/reactos/include/host/typedefs.h b/reactos/include/host/typedefs.h index 71addb42088..4b53b266331 100644 --- a/reactos/include/host/typedefs.h +++ b/reactos/include/host/typedefs.h @@ -75,7 +75,7 @@ typedef int POOL_TYPE; #define MAXUSHORT USHRT_MAX -#include +#include typedef struct _RTL_BITMAP { ULONG SizeOfBitMap; @@ -117,7 +117,7 @@ typedef struct _UNICODE_STRING USHORT MaximumLength; PWSTR Buffer; } UNICODE_STRING, *PUNICODE_STRING; -#include +#include typedef const UNICODE_STRING *PCUNICODE_STRING;