command.h: include sllist.h which defines struct strnode

git-svn-id: https://svn.musicpd.org/mpd/trunk@7346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2008-04-12 04:27:09 +00:00
parent dec2a063cd
commit 804088f590
1 changed files with 1 additions and 2 deletions

View File

@ -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);