Skip to content

Commit

Permalink
Fix missing basename include on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal authored and ffesti committed Jul 26, 2023
1 parent f078753 commit b2e6764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rpmuncompress.c
@@ -1,6 +1,7 @@
#include "system.h"

#include <popt.h>
#include <libgen.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit b2e6764

Please sign in to comment.