diff options
Diffstat (limited to 'src/info_gui.cc')
-rw-r--r-- | src/info_gui.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/info_gui.cc b/src/info_gui.cc index 376a19f..4536ed3 100644 --- a/src/info_gui.cc +++ b/src/info_gui.cc @@ -34,6 +34,8 @@ */ #include <config.h> +#ifdef USE_GUI + #include "info_gui.h" #include <stdio.h> @@ -129,3 +131,5 @@ void InfoGui::info(char *fmt, ...) // End of safezone pthread_mutex_unlock(&mutex); } + +#endif/*USE_GUI*/ |