pci/rtl8139_pci.cpp: Fix case of #include filename

This commit is contained in:
AJR 2024-01-18 07:57:23 -05:00
parent e94c4e37e9
commit 67534fc4b9

View File

@ -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)