hopefully fixes building on windows

This commit is contained in:
Marty Plummer 2014-06-06 04:29:07 -05:00
parent f2f5ea6739
commit 3c5ac5e538
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
** You should have received a copy of the GNU General Public License ** You should have received a copy of the GNU General Public License
** along with mkxp. If not, see <http://www.gnu.org/licenses/>. ** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _POSIX
#define _POSIX
#endif
#include "etc.h" #include "etc.h"
#include "binding-util.h" #include "binding-util.h"
#include "serializable-binding.h" #include "serializable-binding.h"