]> Git Repo - qemu.git/blobdiff - hw/pci/slotid_cap.c
net: Fuse g_malloc(); memset() into g_new0()
[qemu.git] / hw / pci / slotid_cap.c
index 01064521a948ec0a93ddddd994ce3987f2d7db2b..62f7bae2f12b6f026769581357e27d8bcc472914 100644 (file)
@@ -1,5 +1,6 @@
-#include "slotid_cap.h"
-#include "pci.h"
+#include "hw/pci/slotid_cap.h"
+#include "hw/pci/pci.h"
+#include "qemu/error-report.h"
 
 #define SLOTID_CAP_LENGTH 4
 #define SLOTID_NSLOTS_SHIFT (ffs(PCI_SID_ESR_NSLOTS) - 1)
This page took 0.019767 seconds and 4 git commands to generate.