diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-15 23:20:14 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-15 23:20:14 +0100 |
commit | d453a4c2a4413d8aeafea70b2389194a7e5e24b0 (patch) | |
tree | 92fb912d6602887ad843f2a0ef49afd3842ddfdc | |
parent | 192f8194e1e15c9f13e6a73e71c63ed695bd931e (diff) |
main: include loop header
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include "heap.h" #include "filter.h" #include "child.h" +#include "loop.h" #include "log.h" #include "reqs.h" #include "sock.h" |