correction for Mac OS compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,8 +34,13 @@
|
|||||||
#include "cube.h"
|
#include "cube.h"
|
||||||
|
|
||||||
#ifndef __WXMSW__ // for wxStopWatch, see remark below
|
#ifndef __WXMSW__ // for wxStopWatch, see remark below
|
||||||
#include <sys/time.h>
|
#if defined(__WXMAC__) && !defined(__DARWIN__)
|
||||||
#include <sys/unistd.h>
|
#include <utime.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#else
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <sys/unistd.h>
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user