[PATCH] Include mama/types.h from mamainternal.h


Michael Schonberg <mschonberg@...>
 

From: Mike Schonberg <mschonberg@...>

The C++ wrappers require mama/types.h to be included from mamainternal.h in
order to build properly.

Signed-off-by: John Gray <jgray@...>
---
mama/c_cpp/src/c/mamainternal.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mama/c_cpp/src/c/mamainternal.h b/mama/c_cpp/src/c/mamainternal.h
index 340d922..23f23c7 100644
--- a/mama/c_cpp/src/c/mamainternal.h
+++ b/mama/c_cpp/src/c/mamainternal.h
@@ -23,6 +23,7 @@
#define MamaInternalH__

#include <property.h>
+#include "mama/types.h"

#if defined(__cplusplus)
extern "C"
--
1.7.5.4