diff options
Diffstat (limited to 'src/image.h')
| -rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 860c767..b702b57 100644 --- a/src/image.h +++ b/src/image.h @@ -14,7 +14,7 @@ typedef struct t_ts_image { int width; int height; } ts_image; -#elif defined(__linux__) +#elif defined(__linux__) || defined(__APPLE__) //#include <GL/glut.h> #include "imgui.h" |
