commit | 2e5ae0044ad6ff4077cdd8e41561edee9020d71a | [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 | 7efd34b0ec2a171687f6679afbbf7909e5ca7827 | |
parent | 4d40c03b0bb86050759cdb010dce04492f54ae3e [diff] |
Fix the Mac libbase build. Change-Id: I34224fa66850915ef47c88ef4c79efbc53f3f38e
diff --git a/base/logging_test.cpp b/base/logging_test.cpp index a1e31a6..c12dfa5 100644 --- a/base/logging_test.cpp +++ b/base/logging_test.cpp
@@ -16,6 +16,8 @@ #include "base/logging.h" +#include <libgen.h> + #include <regex> #include <string>