summarylogtreecommitdiffstats
path: root/0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
diff options
context:
space:
mode:
authorChristoph Haag2021-03-12 12:31:18 +0100
committerChristoph Haag2021-03-12 12:31:18 +0100
commit7fc22be4d823ac8e9a01bdd2b6b5d10c7b762dbd (patch)
tree279863f643145ccefaad3d12e9386930e5d951c6 /0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
parent3ffb55ee3e0750b2005a74fa0468bb3626874785 (diff)
downloadaur-7fc22be4d823ac8e9a01bdd2b6b5d10c7b762dbd.tar.gz
update to 1.16.8
Diffstat (limited to '0001-Add-include-stdarg.h-to-strtools_public.cpp.patch')
-rw-r--r--0001-Add-include-stdarg.h-to-strtools_public.cpp.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Add-include-stdarg.h-to-strtools_public.cpp.patch b/0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
new file mode 100644
index 000000000000..8d23cf188732
--- /dev/null
+++ b/0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
@@ -0,0 +1,25 @@
+From 75e74794ecfd8cf5f0ba0086eca59ab6041e18c5 Mon Sep 17 00:00:00 2001
+From: Christoph Haag <christoph.haag@collabora.com>
+Date: Fri, 12 Mar 2021 12:29:02 +0100
+Subject: [PATCH] Add #include <stdarg.h> to strtools_public.cpp
+
+Required for va_start and va_end
+---
+ src/vrcommon/strtools_public.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/vrcommon/strtools_public.cpp b/src/vrcommon/strtools_public.cpp
+index 3193f7e..10b8419 100644
+--- a/src/vrcommon/strtools_public.cpp
++++ b/src/vrcommon/strtools_public.cpp
+@@ -10,6 +10,7 @@
+ #include <functional>
+ #include <locale>
+ #include <codecvt>
++#include <stdarg.h>
+
+ #if defined( _WIN32 )
+ #include <windows.h>
+--
+2.30.2
+