Match PSDK STATUS_* definitions.
diff --git a/server/fd.c b/server/fd.c
index 9dc2718..4ab7cbc 100644
--- a/server/fd.c
+++ b/server/fd.c
@@ -45,6 +45,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 
+#include "ntstatus.h"
+#define WIN32_NO_STATUS
 #include "object.h"
 #include "file.h"
 #include "handle.h"