From f71389d39b73c7e7fef7b7e81aa6d7da397ff286 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Tue, 21 Nov 2006 19:08:47 +0000 Subject: QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477826 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/amqp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid') 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 -- cgit v1.2.1