diff options
Diffstat (limited to 'PIPET-1')
-rw-r--r-- | PIPET-1/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PIPET-1/main.c b/PIPET-1/main.c index 45c9b43..7463670 100644 --- a/PIPET-1/main.c +++ b/PIPET-1/main.c @@ -17,7 +17,12 @@ #include <pthread.h> #include <SDL2/SDL.h> + +#ifdef __APPLE__ #include <SDL2_ttf/SDL_ttf.h> +#else +#include <SDL2/SDL_ttf.h> +#endif #include "pipet_view.h" |