rpcrt4: ndr_stubless.h should include ndrtypes.h as it depends on types it defines.

This commit is contained in:
Rob Shearman 2008-01-07 15:20:05 +00:00 committed by Alexandre Julliard
parent 31676530c2
commit f9a54a58d5
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#include "objbase.h"
#include "rpc.h"
#include "rpcproxy.h"
#include "ndrtypes.h"
#include "wine/debug.h"
#include "wine/rpcfc.h"

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "ndrtypes.h"
/* there can't be any alignment with the structures in this file */
#include "pshpack1.h"