Commit 804088f5 authored by Eric Wong's avatar Eric Wong

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

git-svn-id: https://svn.musicpd.org/mpd/trunk@7346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent dec2a063
...@@ -21,13 +21,12 @@ ...@@ -21,13 +21,12 @@
#include "gcc.h" #include "gcc.h"
#include "os_compat.h" #include "os_compat.h"
#include "sllist.h"
#define COMMAND_RETURN_KILL 10 #define COMMAND_RETURN_KILL 10
#define COMMAND_RETURN_CLOSE 20 #define COMMAND_RETURN_CLOSE 20
#define COMMAND_MASTER_READY 30 #define COMMAND_MASTER_READY 30
struct strnode;
int processListOfCommands(int fd, int *permission, int *expired, int processListOfCommands(int fd, int *permission, int *expired,
int listOK, struct strnode *list); int listOK, struct strnode *list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment