diff options
author | Marko Durkovic <marko@miding.de> | 2014-12-09T11·16+0100 |
---|---|---|
committer | Marko Durkovic <marko@miding.de> | 2014-12-09T12·00+0100 |
commit | 629e8da3aa6da507bc360385f5f341471ef57a89 (patch) | |
tree | 187a913ba7b19f9f5be01224e0c19176f358bb71 /src/libutil/monitor-fd.hh | |
parent | 9c58691ce3a35833ddcbf157f9f174ab0cc1c37a (diff) |
Explicitly include required C headers
Diffstat (limited to 'src/libutil/monitor-fd.hh')
-rw-r--r-- | src/libutil/monitor-fd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/monitor-fd.hh b/src/libutil/monitor-fd.hh index 72d23fb6934c..e99869effe1a 100644 --- a/src/libutil/monitor-fd.hh +++ b/src/libutil/monitor-fd.hh @@ -3,6 +3,7 @@ #include <thread> #include <atomic> +#include <stdlib.h> #include <poll.h> #include <sys/types.h> #include <unistd.h> |