diff options
Diffstat (limited to 'test/ui_gl_waterfall.c')
-rw-r--r-- | test/ui_gl_waterfall.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ui_gl_waterfall.c b/test/ui_gl_waterfall.c index 837383f..33fbdb6 100644 --- a/test/ui_gl_waterfall.c +++ b/test/ui_gl_waterfall.c @@ -6,6 +6,9 @@ #include <getopt.h> //radiola +//#define CONFIG_OS_LINUX +//#include <config.h> +//#include <config/config_linux.h> #include <draw/glui.h> #include <hw/hw.h> #include <hw/sdr.h> @@ -329,4 +332,4 @@ main_exit: sdr_close( sdr ); return 0; -}
\ No newline at end of file +} |