Merge "Darwin: include <libgen.h> for basename(3)."

This commit is contained in:
Elliott Hughes 2019-11-05 05:05:38 +00:00 committed by Gerrit Code Review
commit 4b3e5e1de8
1 changed files with 1 additions and 0 deletions

View File

@ -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>