forked from pool/virtualbox
7ebcafdc8c
- GCC 13 changed and the fixes patch needed revising. boo#1207468 OBS-URL: https://build.opensuse.org/request/show/1069494 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=681
27 lines
1001 B
Diff
27 lines
1001 B
Diff
Index: VirtualBox-7.0.6/src/libs/dxvk-native-1.9.2a/src/util/util_bit.h
|
|
===================================================================
|
|
--- VirtualBox-7.0.6.orig/src/libs/dxvk-native-1.9.2a/src/util/util_bit.h
|
|
+++ VirtualBox-7.0.6/src/libs/dxvk-native-1.9.2a/src/util/util_bit.h
|
|
@@ -13,6 +13,7 @@
|
|
#include <intrin.h>
|
|
#endif
|
|
|
|
+#include <cstdint>
|
|
#include "util_likely.h"
|
|
#include "util_math.h"
|
|
|
|
Index: VirtualBox-7.0.6/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/misc.h
|
|
===================================================================
|
|
--- VirtualBox-7.0.6.orig/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/misc.h
|
|
+++ VirtualBox-7.0.6/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/misc.h
|
|
@@ -66,6 +66,9 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CO
|
|
OF THIS SOFTWARE.
|
|
|
|
******************************************************************/
|
|
+
|
|
+#define __STDC_HOSTED__ 1
|
|
+
|
|
/* $Xorg: misc.h,v 1.5 2001/02/09 02:05:15 xorgcvs Exp $ */
|
|
#ifndef MISC_H
|
|
#define MISC_H 1
|