commit | 4d4e90f4de3e7893331d1c5eb1633ddc399677e1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 13 20:09:29 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 13 20:09:29 2015 -0700 |
tree | 1e5defd57cf76dd9d03984ea45212d703fc40c79 | |
parent | 55853a935a2df80d3771a293c860020b400752a8 [diff] [blame] |
Fix the Mac libbase build. Change-Id: I34224fa66850915ef47c88ef4c79efbc53f3f38e
diff --git a/logging_test.cpp b/logging_test.cpp index a1e31a6..c12dfa5 100644 --- a/logging_test.cpp +++ b/logging_test.cpp
@@ -16,6 +16,8 @@ #include "base/logging.h" +#include <libgen.h> + #include <regex> #include <string>