ndrtypes.h: Include limits.h.

Francois Gouget fgouget at free.fr
Thu Oct 18 10:10:16 CDT 2007


---
 include/ndrtypes.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/ndrtypes.h b/include/ndrtypes.h
index 40d8331..5d932fa 100644
--- a/include/ndrtypes.h
+++ b/include/ndrtypes.h
@@ -21,6 +21,8 @@
 #ifndef __NDRTYPES_H__
 #define __NDRTYPES_H__
 
+#include <limits.h>
+
 typedef struct
 {
     unsigned short MustSize : 1; /* 0x0001 - client interpreter MUST size this
-- 
1.5.3.4




More information about the wine-patches mailing list