diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/framing/amqp_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/amqp_types.h b/cpp/src/qpid/framing/amqp_types.h index f3bc03ca24..e576c79baf 100644 --- a/cpp/src/qpid/framing/amqp_types.h +++ b/cpp/src/qpid/framing/amqp_types.h @@ -27,7 +27,7 @@ typedef unsigned int u_int32_t; typedef unsigned __int64 u_int64_t; #endif #ifndef _WINDOWS -#include "sys/types.h" +#include "stdint.h" #endif #ifndef AMQP_TYPES_H |