diff options
-rw-r--r-- | src/command.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |