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

Test: treehugger
Change-Id: I11858430f13cbb22895c9dd0befb8054308efb19
This commit is contained in:
Elliott Hughes 2019-11-04 19:27:33 -08:00
parent 57292aa684
commit f1b255a6ad
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>