From 67534fc4b959d48a2aa1203815cb182e9dffbeec Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 18 Jan 2024 07:57:23 -0500 Subject: pci/rtl8139_pci.cpp: Fix case of #include filename --- src/devices/bus/pci/rtl8139_pci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/pci/rtl8139_pci.cpp b/src/devices/bus/pci/rtl8139_pci.cpp index 426efe031ab..232ef81f5c9 100644 --- a/src/devices/bus/pci/rtl8139_pci.cpp +++ b/src/devices/bus/pci/rtl8139_pci.cpp @@ -15,7 +15,7 @@ https://admin.pci-ids.ucw.cz/read/PC/10ec/8139 **************************************************************************************************/ #include "emu.h" -#include "RTL8139_PCI.h" +#include "rtl8139_pci.h" #define LOG_WARN (1U << 1) -- cgit v1.2.3