diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 14:08:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 14:08:11 +0100 |
commit | 6e1aa998ea5d2f54c704fdbaad1008bb2472825e (patch) | |
tree | 5f9ec954f12fb2dbb67fe6c2b3f96de5d042408e /FTNoIR_Tracker_PT/camera.cpp | |
parent | bb416dbd61c626f6656d9c79aa851a6b3fa6b5d9 (diff) |
"fix" crapintosh build
Diffstat (limited to 'FTNoIR_Tracker_PT/camera.cpp')
-rw-r--r-- | FTNoIR_Tracker_PT/camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_PT/camera.cpp b/FTNoIR_Tracker_PT/camera.cpp index e5ecdc99..b4d2509f 100644 --- a/FTNoIR_Tracker_PT/camera.cpp +++ b/FTNoIR_Tracker_PT/camera.cpp @@ -11,7 +11,7 @@ using namespace cv;
-#if defined(OPENTRACK_API) && (defined(__unix) || defined(__linux))
+#if defined(OPENTRACK_API) && (defined(__unix) || defined(__linux) || defined(__APPLE__))
#include <unistd.h>
#endif
|