mac osx build

This commit is contained in:
Mark Vejvoda 2011-11-19 20:11:41 +00:00
parent 488f8792b2
commit b3879ce35a

View File

@ -36,7 +36,7 @@
#include <stdio.h>
#include "vertex-buffer.h"
#ifdef _WIN32
#if defined(_WIN32) || defined(___APPLE__)
char * strndup(const char *old, size_t sz)
{