mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
12 lines
238 B
Diff
12 lines
238 B
Diff
Fix implicit basename(3) declaration
|
|
|
|
--- a/hw/vfio/pci.c
|
|
+++ b/hw/vfio/pci.c
|
|
@@ -21,6 +21,7 @@
|
|
#include "qemu/osdep.h"
|
|
#include <linux/vfio.h>
|
|
#include <sys/ioctl.h>
|
|
+#include <libgen.h>
|
|
|
|
#include "hw/hw.h"
|
|
#include "hw/pci/msi.h"
|