Skip to content

Commit

Permalink
Darwin: include <libgen.h> for basename(3).
Browse files Browse the repository at this point in the history
Test: treehugger
Change-Id: I11858430f13cbb22895c9dd0befb8054308efb19
  • Loading branch information
enh-google committed Nov 5, 2019
1 parent 57292aa commit f1b255a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libziparchive/unzip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f1b255a

Please sign in to comment.