- u_Fix-missing-include.patch * Fix missing #include <cstdint> exposed by gcc 13. - Rebase n_disable_mit_shm.patch with quilt. OBS-URL: https://build.opensuse.org/request/show/1076674 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=33
14 lines
309 B
Diff
14 lines
309 B
Diff
Index: vncmanager-1.0.2/Stream.cpp
|
|
===================================================================
|
|
--- vncmanager-1.0.2.orig/Stream.cpp
|
|
+++ vncmanager-1.0.2/Stream.cpp
|
|
@@ -25,7 +25,7 @@
|
|
*/
|
|
|
|
#include "Stream.h"
|
|
-
|
|
+#include <cstdint>
|
|
|
|
void Stream::forward_directly(Stream &output, std::size_t len)
|
|
{
|