about summary refs log tree commit diff stats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 7c5c6eb3..9f27debf 100644
--- a/src/command.h
+++ b/src/command.h
@@ -23,6 +23,8 @@
 #ifndef COMMAND_H
 #define COMMAND_H
 
+#include <glib.h>
+
 // Command help strings
 struct cmd_help_t {
     const gchar *usage;