Date
1 - 1 of 1
[PATCH 1.1] mamainternal.h: Added types.h to includes
John Gray <jgray@...>
Needed to include types.h to mamainternal.h to enable building
Index: c_cpp/src/c/mamainternal.h =================================================================== RCS file: /cvsroot/products/mama/c_cpp/src/c/mamainternal.h,v retrieving revision 1.16.22.6 diff -u -r1.16.22.6 mamainternal.h --- c_cpp/src/c/mamainternal.h 18 Aug 2011 10:54:08 -0000 1.16.22.6 +++ c_cpp/src/c/mamainternal.h 6 Jan 2012 21:21:27 -0000 @@ -23,6 +23,7 @@ #define MamaInternalH__
#include <property.h> +#include "mama/types.h"
#if defined(__cplusplus) extern "C"
Signed-off-by: John Gray <jgray@...>
|
|