diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 11:39:21 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 11:39:21 +0100 |
| commit | 31079061f125e7d8c152e3f6459fe2e3ec06a77d (patch) | |
| tree | c6e873ce1f8474cd68357c30e50c9c43d481d7ef /src/image.h | |
| parent | d671ea83612bcb683e675c041392922e66e57e58 (diff) | |
running on osx
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" |
