commit | 2773e88d3dee2b0f2e2d0cdf5002f5bcfef51314 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Nov 05 11:10:51 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 11:10:51 2019 -0800 |
tree | e55430d34ab46c81515b17e907f7cf4fda5e2879 | |
parent | 09fb30b761fb77ca0b788712d021c377d5478b36 [diff] | |
parent | 6ecf28c3fb0d5806c127b0bc66494c85bd2f245e [diff] |
Merge "Darwin: include <libgen.h> for basename(3)." am: 4b3e5e1de8 am: 167c19b556 am: 6ecf28c3fb Change-Id: I4cc6109b61af1b6d1a793e7617ba124842cb9d02
diff --git a/libziparchive/unzip.cpp b/libziparchive/unzip.cpp index 7332b41..e4839b4 100644 --- a/libziparchive/unzip.cpp +++ b/libziparchive/unzip.cpp
@@ -19,6 +19,7 @@ #include <fnmatch.h> #include <getopt.h> #include <inttypes.h> +#include <libgen.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h>