From 3c5ac5e53871068b60e011775aba8a34c0507cc6 Mon Sep 17 00:00:00 2001 From: Marty Plummer Date: Fri, 6 Jun 2014 04:29:07 -0500 Subject: [PATCH] hopefully fixes building on windows --- binding-mri/etc-binding.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"