summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 11:39:21 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 11:39:21 +0100
commit31079061f125e7d8c152e3f6459fe2e3ec06a77d (patch)
treec6e873ce1f8474cd68357c30e50c9c43d481d7ef /src/image.h
parentd671ea83612bcb683e675c041392922e66e57e58 (diff)
running on osx
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
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"