DEV9: Add missing RedtapeWindows include

This commit is contained in:
TheLastRar
2025-11-28 19:09:03 +00:00
committed by lightningterror
parent 2569193b05
commit 34f2328a79

View File

@@ -6,6 +6,7 @@
#include "common/ScopedGuard.h"
#ifdef _WIN32
#include "common/RedtapeWindows.h"
#include <winsock2.h>
#include <iphlpapi.h>
#elif defined(__POSIX__)