headers: basename is defined under libgen.h

This commit is contained in:
Baptiste Daroussin 2021-09-30 17:29:46 +02:00
parent 0f389435ca
commit 26892c66b2
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include <errno.h>
#include <assert.h>
#include <unistd.h>
#include <libgen.h>
#include <poll.h>
#include <fcntl.h>

View file

@ -4,6 +4,7 @@
#include <assert.h>
#include <unistd.h>
#include <threads.h>
#include <libgen.h>
#include <sys/stat.h>
#include <fcntl.h>