diff --git a/binding-mri/etc-binding.cpp b/binding-mri/etc-binding.cpp index 4269da8..af7a2bc 100644 --- a/binding-mri/etc-binding.cpp +++ b/binding-mri/etc-binding.cpp @@ -18,7 +18,9 @@ ** You should have received a copy of the GNU General Public License ** along with mkxp. If not, see . */ - +#ifndef _POSIX + #define _POSIX +#endif #include "etc.h" #include "binding-util.h" #include "serializable-binding.h"