Match PSDK STATUS_* definitions.
diff --git a/server/sock.c b/server/sock.c
index 601dd77..62f39e5 100644
--- a/server/sock.c
+++ b/server/sock.c
@@ -47,7 +47,10 @@
 #include <time.h>
 #include <unistd.h>
 
+#include "ntstatus.h"
+#define WIN32_NO_STATUS
 #include "windef.h"
+#include "winternl.h"
 
 #include "process.h"
 #include "file.h"