diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-13 02:04:55 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-13 02:24:02 +0200 |
commit | e38fa7df2e53c731d664f1851fa754ac35f0400c (patch) | |
tree | 9ca15b2be7ccbc477eacebfea21f4ad4d4d93196 /src/command.c | |
parent | signal: remove unused APIs (diff) | |
download | cimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.tar.gz cimple-e38fa7df2e53c731d664f1851fa754ac35f0400c.zip |
sanitize #include-s
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 1 |
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> |