summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2020-07-17 11:40:15 +0200
committerJoel Klinghed <the_jk@opera.com>2020-07-17 11:40:15 +0200
commit97d7b6692202c755c8f47f3ae68f2675506c1c25 (patch)
tree0736bafd61b151194dcd4fbed9db817dcf7fd520
parent5a2fe9e2f226db509315c8e4290e9794a0ce0557 (diff)
Add missing #include
-rw-r--r--src/poll_looper.cc1
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>