ntdsapi: Fix building the tests with MSVC headers.
authorReece Dunn <msclrhd@googlemail.com>
Sun, 23 Mar 2008 10:24:23 +0000 (10:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Mar 2008 20:05:21 +0000 (21:05 +0100)
dlls/ntdsapi/tests/ntdsapi.c

index ac5dd197bad82ce855ecda9ff064848107cad7b9..08436ae8e85472c32eed0c5c5ac397e5bed464f9 100644 (file)
@@ -22,6 +22,8 @@
 #include "winbase.h"
 #include "winerror.h"
 #include "winnls.h"
+#include "rpc.h"
+#include "rpcdce.h"
 #include "ntdsapi.h"
 
 #include "wine/test.h"