diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-02-28 22:17:01 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-02-28 22:17:01 +0100 |
| commit | e17f02543886c8c4bd8472984457de23035b34c6 (patch) | |
| tree | 5b7aff8db5113e630f23cfaa5c031215e2c58c04 /src/proxy.cc | |
| parent | c029d90d1975e124d237605f1edb2be16bd05b5d (diff) | |
Add missing includes
Diffstat (limited to 'src/proxy.cc')
| -rw-r--r-- | src/proxy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
