summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-21 19:08:47 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-21 19:08:47 +0000
commitfc6215f5a468f5ccb20e43dcee34e1d68c30d7f7 (patch)
treeddedfdb08b5b21ed14be196cc837739677641c06 /qpid/cpp/src
parente3153484cc638260c33cb26aa333156ff3d6c3c1 (diff)
downloadqpid-python-fc6215f5a468f5ccb20e43dcee34e1d68c30d7f7.tar.gz
QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@477826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/framing/amqp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/framing/amqp_types.h b/qpid/cpp/src/qpid/framing/amqp_types.h
index f3bc03ca24..e576c79baf 100644
--- a/qpid/cpp/src/qpid/framing/amqp_types.h
+++ b/qpid/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