From dc6b09d85afff9dc028aab0e97a02def5d2cc23f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 1 Jun 2009 19:03:28 +0000 Subject: [PATCH] - Include initguid.h so the GUIDs actually get initialized svn path=/trunk/; revision=41239 --- reactos/include/ddk/ndisguid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/ddk/ndisguid.h b/reactos/include/ddk/ndisguid.h index 6f3be6a7df2..aa0771d6e45 100644 --- a/reactos/include/ddk/ndisguid.h +++ b/reactos/include/ddk/ndisguid.h @@ -23,6 +23,8 @@ #ifndef __NDISGUID_H #define __NDISGUID_H +#include + #ifdef __cplusplus extern "C" { #endif