diff mcabber/src/commands.h @ 94:9a4aa2797f02

[/trunk] Changeset 108 by mikael * Add completion functions. (Not integrated to the UI yet)
author mikael
date Tue, 19 Apr 2005 20:09:54 +0000
parents 7259a61e1a4b
children 8b2703ccc4be
line wrap: on
line diff
--- a/mcabber/src/commands.h	Mon Apr 18 19:27:16 2005 +0000
+++ b/mcabber/src/commands.h	Tue Apr 19 20:09:54 2005 +0000
@@ -1,6 +1,8 @@
 #ifndef __COMMANDS_H__
 #define __COMMANDS_H__ 1
 
+#include <glib.h>
+
 int process_line(char *line);
 
 #endif /* __COMMANDS_H__ */