summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-03-10 18:43:10 +0000
committer Eric Hameleers <alien@slackware.com>2018-03-10 18:43:10 +0000
commit2bf8f0f0d517e7cd165e5b5c27a2de5f938c984f (patch)
tree9a5b898887baa6b8d4477bb9c7f552586b2643f6 /chromium
parentfa46e9bf0896498830cc3ed798ab0868a2003da7 (diff)
downloadasb-2bf8f0f0d517e7cd165e5b5c27a2de5f938c984f.tar.gz
asb-2bf8f0f0d517e7cd165e5b5c27a2de5f938c984f.tar.xz
Initial revision
Diffstat (limited to 'chromium')
-rw-r--r--chromium/build/patches/chromium_stdint.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_stdint.patch b/chromium/build/patches/chromium_stdint.patch
new file mode 100644
index 00000000..6e03ad98
--- /dev/null
+++ b/chromium/build/patches/chromium_stdint.patch
@@ -0,0 +1,22 @@
+From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001
+From: Tomas Popela <tomas.popela@gmail.com>
+Date: Wed, 31 Jan 2018 18:57:07 +0000
+Subject: [PATCH] Add missing stdint include
+
+diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc
+index c2ca777ce90c..53cb3aab1576 100644
+--- a/chrome/browser/vr/sample_queue.cc
++++ b/chrome/browser/vr/sample_queue.cc
+@@ -2,6 +2,8 @@
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+
++#include <stdint.h>
++
+ #include "chrome/browser/vr/sample_queue.h"
+
+ namespace vr {
+--
+2.16.2
+
+