$OpenBSD: patch-native_steamwrap_h,v 1.1.1.1 2021/11/27 18:35:30 thfr Exp $

correct path to header files

Index: native/steamwrap.h
--- native/steamwrap.h.orig
+++ native/steamwrap.h
@@ -11,9 +11,9 @@
 #include <iostream>
 #include <map>
 
-#include <steam/steam_api.h>
-#include <steam/steam_gameserver.h>
-#include <steam/isteamappticket.h>
+#include <goldberg_emulator/sdk_includes/steam_api.h>
+#include <goldberg_emulator/sdk_includes/steam_gameserver.h>
+#include <goldberg_emulator/sdk_includes/isteamappticket.h>
 
 typedef vbyte *		vuid;
 #define _UID		_BYTES
