diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 22:50:47 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 22:50:47 +0200 |
commit | 8819e10d2559618c835deb5cc7522b7f32ea630a (patch) | |
tree | 22b90c21a0a602f19d598b47a6d6e9e5a5f0c704 /src/protocol.h | |
parent | worker: close the leftover descriptor (diff) | |
download | cimple-8819e10d2559618c835deb5cc7522b7f32ea630a.tar.gz cimple-8819e10d2559618c835deb5cc7522b7f32ea630a.zip |
sanitize #include-s
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index 77d800b..cde2417 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -8,6 +8,7 @@ #ifndef __PROTOCOL_H__ #define __PROTOCOL_H__ +#include "msg.h" #include "process.h" #include "run_queue.h" |