commit | 04ec1fa84a669dbf7f48728237f8d24c32a38803 | [log] [tgz] |
---|---|---|
author | yonghong-song <[email protected]> | Mon Feb 19 21:48:53 2018 -0800 |
committer | GitHub <[email protected]> | Mon Feb 19 21:48:53 2018 -0800 |
tree | 275e0760b976bf4d4cc57db66a268fd040a69884 | |
parent | 531f817c45582530aef0a062c631225bb30cf87b [diff] | |
parent | 5a9ee157de507b9fb840c753e122e55fa063b980 [diff] |
Merge pull request #1598 from gmile/alpine-build Explicitly include sys/types.h
diff --git a/src/cc/ns_guard.h b/src/cc/ns_guard.h index 65acd65..ce4b61b 100644 --- a/src/cc/ns_guard.h +++ b/src/cc/ns_guard.h
@@ -18,6 +18,7 @@ #pragma once #include <memory> +#include <sys/types.h> #include "file_desc.h"