ndrtypes.h: Include limits.h.
This commit is contained in:
parent
eb9c53a1cb
commit
dff580e96f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue