- Fixes the build problem with g3d on FreeBSD 10 in System.h

This commit is contained in:
bels 2014-06-11 19:25:55 -04:00 committed by Antz
parent 114763c067
commit 597e21c4ee

View file

@ -24,6 +24,10 @@
# include <CoreServices/CoreServices.h>
#endif
#ifdef G3D_FREEBSD
# include <sys/time.h>
#endif
namespace G3D {
/**