aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-06 20:28:31 +0200
committerMax Kellermann <max@duempel.org>2008-09-06 20:28:31 +0200
commita34e1d2b84c72b27212eed4e1483a20440da44ab (patch)
tree6b11707e37992fd71f3fb9ce41f5b0b2a4a3a8bd /src/command.h
parent092bdf3d32d0ee71c04ace21c74ae240bd4ec6ae (diff)
include cleanup
As usual, include only headers which are really needed.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index d421b874..1018102c 100644
--- a/src/command.h
+++ b/src/command.h
@@ -22,6 +22,7 @@
#include "gcc.h"
#include "os_compat.h"
#include "sllist.h"
+#include "myfprintf.h"
#define COMMAND_RETURN_KILL 10
#define COMMAND_RETURN_CLOSE 20