Skip to content

Commit

Permalink
Merge pull request #1920 from nmeum/libgen-basename
Browse files Browse the repository at this point in the history
pkg/unshare: fix implicit declaration of basename function
  • Loading branch information
openshift-merge-bot[bot] authored May 13, 2024
2 parents 0cea595 + 27a6e9a commit f0ec350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/unshare/unshare.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <termios.h>
#include <errno.h>
#include <unistd.h>
#include <libgen.h>
#include <sys/vfs.h>
#include <sys/mount.h>
#include <linux/limits.h>
Expand Down

0 comments on commit f0ec350

Please sign in to comment.