make XDR support for dump style xtc compile on MacOSX

This commit is contained in:
Axel Kohlmeyer
2018-02-20 22:10:21 +01:00
parent c399b75dec
commit a5a47899a3

View File

@ -60,7 +60,7 @@ extern "C" {
typedef int bool_t;
#if defined(__MINGW32__)
#if defined(__MINGW32__) || defined(__APPLE)
typedef char * caddr_t;
typedef unsigned int u_int;
#endif