diff options
| author | Joel Klinghed <the_jk@opera.com> | 2020-07-17 11:40:15 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2020-07-17 11:40:15 +0200 |
| commit | 97d7b6692202c755c8f47f3ae68f2675506c1c25 (patch) | |
| tree | 0736bafd61b151194dcd4fbed9db817dcf7fd520 /src | |
| parent | 5a2fe9e2f226db509315c8e4290e9794a0ce0557 (diff) | |
Add missing #include
Diffstat (limited to 'src')
| -rw-r--r-- | src/poll_looper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poll_looper.cc b/src/poll_looper.cc index 5d689ea..4d52de5 100644 --- a/src/poll_looper.cc +++ b/src/poll_looper.cc @@ -1,5 +1,6 @@ #include "common.hh" +#include <errno.h> #include <poll.h> #include <string.h> #include <unordered_map> |
