summaryrefslogtreecommitdiff
path: root/src/messagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messagebox.h')
-rw-r--r--src/messagebox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/messagebox.h b/src/messagebox.h
index 5cb2bd8..313d395 100644
--- a/src/messagebox.h
+++ b/src/messagebox.h
@@ -23,6 +23,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+#ifdef USE_GUI
+
#ifndef __MIAV_MESSAGEBOX_H__
#define __MIAV_MESSAGEBOX_H__
@@ -98,3 +101,5 @@ private:
};
#endif/*__MIAV_MESSAGEBOX_H__*/
+
+#endif /*USE_GUI*/