diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-14T00·49+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-14T00·49+0100 |
commit | 8bdff8c1003501bab0dbc63ed6c391ff2f2da4b5 (patch) | |
tree | d36f30676cb75b3146959f06e2565a12bf12633b /src/libutil | |
parent | 14955c297de82e964ea5bf44f8aaf543d4cae33a (diff) | |
parent | f665c5d9b368cba0ca153323a805844f179e8bee (diff) |
Merge branch 'cygwin-master' of https://github.com/ternaris/nix
Diffstat (limited to 'src/libutil')
-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> |