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/looper.cc | |
| parent | c029d90d1975e124d237605f1edb2be16bd05b5d (diff) | |
Add missing includes
Diffstat (limited to 'src/looper.cc')
| -rw-r--r-- | src/looper.cc | 1 |
1 files changed, 1 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> |
