Skip to content

Commit cc8752f

Browse files
committed
libaudit: fix includes for musl
1 parent a4bb97d commit cc8752f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libaudit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <limits.h> /* for PATH_MAX */
4141
#include <sys/types.h>
4242
#include <sys/socket.h> /* AF_MAX */
43+
#include <libgen.h> /* For basename */
4344
#ifdef HAVE_LIBCAP_NG
4445
#include <cap-ng.h>
4546
#endif

0 commit comments

Comments
 (0)