mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
- Fixes the build problem with g3d on FreeBSD 10 in System.h
This commit is contained in:
parent
114763c067
commit
597e21c4ee
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
|||
# include <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
|
||||
#ifdef G3D_FREEBSD
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
namespace G3D {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue