aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index dc798d2..d08902e 100644
--- a/src/command.h
+++ b/src/command.h
@@ -10,7 +10,7 @@
#include "msg.h"
-#include <stdlib.h>
+#include <stddef.h>
typedef int (*cmd_handler)(int conn_fd, const struct msg *request, void *ctx,
struct msg **response);