aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/command.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:04:55 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-13 02:24:02 +0200
commite38fa7df2e53c731d664f1851fa754ac35f0400c (patch)
tree9ca15b2be7ccbc477eacebfea21f4ad4d4d93196 /src/command.c
parentsignal: remove unused APIs (diff)
downloadcimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.tar.gz
cimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.zip
sanitize #include-s
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index f629fde..e3a7773 100644
--- a/src/command.c
+++ b/src/command.c
@@ -11,6 +11,7 @@
#include "log.h"
#include "msg.h"
+#include <poll.h>
#include <stdlib.h>
#include <string.h>