diff options
Diffstat (limited to 'draw/glui.h')
-rw-r--r-- | draw/glui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/glui.h b/draw/glui.h index 17c49da..9206bdf 100644 --- a/draw/glui.h +++ b/draw/glui.h @@ -9,7 +9,7 @@ #include <termios.h> #include <unistd.h> -#if defined(OS_LINUX) +#if def(OS_LINUX) #include <SDL2/SDL.h> @@ -60,4 +60,4 @@ glui_color_t glui_waterfall_color( uint8_t d ); //close terminal ui int glui_close( glui_t *t ); #endif -#endif
\ No newline at end of file +#endif |