From 804088f5901fcc20cc80fb1dba6960703fc3cdf7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 12 Apr 2008 04:27:09 +0000 Subject: command.h: include sllist.h which defines struct strnode git-svn-id: https://svn.musicpd.org/mpd/trunk@7346 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/command.h b/src/command.h index 4d38b0f5f..be935c8b5 100644 --- a/src/command.h +++ b/src/command.h @@ -21,13 +21,12 @@ #include "gcc.h" #include "os_compat.h" +#include "sllist.h" #define COMMAND_RETURN_KILL 10 #define COMMAND_RETURN_CLOSE 20 #define COMMAND_MASTER_READY 30 -struct strnode; - int processListOfCommands(int fd, int *permission, int *expired, int listOK, struct strnode *list); -- cgit v1.2.3