blob: 969708758c3d33730c37de566f9cef2b990b43e4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/common/buildboxcommon_systemutils.h
+++ b/common/buildboxcommon_systemutils.h
@@ -8,6 +8,7 @@
#include <unordered_map>
#include <unordered_set>
#include <vector>
+#include <sys/types.h>
namespace buildboxcommon {
|