diff options
| -rw-r--r-- | src/looper.cc | 1 | ||||
| -rw-r--r-- | src/proxy.cc | 1 | ||||
| -rw-r--r-- | src/resolver.hh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/looper.cc b/src/looper.cc index 0da851b..669885e 100644 --- a/src/looper.cc +++ b/src/looper.cc @@ -2,6 +2,7 @@ #include "common.hh" +#include <cerrno> #include <list> #include <poll.h> #include <vector> diff --git a/src/proxy.cc b/src/proxy.cc index fcd02f6..a567dcc 100644 --- a/src/proxy.cc +++ b/src/proxy.cc @@ -6,6 +6,7 @@ #define _GNU_SOURCE #endif +#include <cerrno> #include <chrono> #include <cstring> #include <fcntl.h> diff --git a/src/resolver.hh b/src/resolver.hh index d98458f..856f561 100644 --- a/src/resolver.hh +++ b/src/resolver.hh @@ -4,6 +4,7 @@ #define RESOLVER_HH #include <functional> +#include <string> class Looper; |
