Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b255a6 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Test: treehugger
Change-Id: I11858430f13cbb22895c9dd0befb8054308efb19
parent 57292aa6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>