summaryrefslogtreecommitdiff
path: root/src/historywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/historywidget.h')
-rw-r--r--src/historywidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/historywidget.h b/src/historywidget.h
index af06325..d464d59 100644
--- a/src/historywidget.h
+++ b/src/historywidget.h
@@ -25,6 +25,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
#include "config.h"
+#ifdef USE_GUI
#ifndef __MIAV_HISTORYWIDGET_H__
#define __MIAV_HISTORYWIDGET_H__
@@ -48,3 +49,4 @@ private:
};
#endif/*__MIAV_HISTORYWIDGET_H__*/
+#endif/*USE_GUI*/