diff options
author | Elliott Hughes <enh@google.com> | 2015-08-13 20:09:29 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-08-13 20:09:29 -0700 |
commit | 2e5ae0044ad6ff4077cdd8e41561edee9020d71a (patch) | |
tree | 7efd34b0ec2a171687f6679afbbf7909e5ca7827 /base | |
parent | 4d40c03b0bb86050759cdb010dce04492f54ae3e (diff) |
Fix the Mac libbase build.
Change-Id: I34224fa66850915ef47c88ef4c79efbc53f3f38e
Diffstat (limited to 'base')
-rw-r--r-- | base/logging_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/logging_test.cpp b/base/logging_test.cpp index a1e31a632..c12dfa5f3 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> |