From 8900b3c75142c9701657f20b307d70f106cc3697 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 21 Dec 2015 18:32:50 +0000 Subject: Add NetBSD support files and config_bsd.h to be compatible with NetBSD --- draw/glui.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'draw/glui.h') diff --git a/draw/glui.h b/draw/glui.h index 0b9f6f3..17c49da 100644 --- a/draw/glui.h +++ b/draw/glui.h @@ -1,5 +1,6 @@ #ifndef __RADIOLA_GLUI_H #define __RADIOLA_GLUI_H +#include "../config.h" #include #include @@ -8,6 +9,8 @@ #include #include +#if defined(OS_LINUX) + #include //to draw waterfall @@ -56,5 +59,5 @@ int glui_waterfall_data( glui_t *w, int len, uint8_t *buf ); 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 -- cgit v1.2.3