diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:16:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:20:36 +0200 |
commit | a5d8b27671b829d2b17554b056b681c66ae7fb74 (patch) | |
tree | 94373b2afc7549fca1fec1752f4502289639af22 /src/client_internal.h | |
parent | f3f25d5d40d0627392c20a632dbb751449c77e15 (diff) | |
download | mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.gz mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.xz mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.zip |
command.h: move function prototypes to AllCommands.h
Diffstat (limited to '')
-rw-r--r-- | src/client_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client_internal.h b/src/client_internal.h index ba97e4b8f..5c2b9f11c 100644 --- a/src/client_internal.h +++ b/src/client_internal.h @@ -24,6 +24,8 @@ #include "client_message.h" #include "command.h" +#include <glib.h> + #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "client" |