aboutsummaryrefslogtreecommitdiff
path: root/desktop/gmrun/patches/20-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gmrun/patches/20-includes.patch')
-rw-r--r--desktop/gmrun/patches/20-includes.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop/gmrun/patches/20-includes.patch b/desktop/gmrun/patches/20-includes.patch
new file mode 100644
index 0000000000000..c387bcd1dd34e
--- /dev/null
+++ b/desktop/gmrun/patches/20-includes.patch
@@ -0,0 +1,15 @@
+# Description: include missing headers
+# Author: Martin Michlmayr <tbm@cyrius.com>
+
+Index: gmrun-0.9.2/src/prefs.cc
+===================================================================
+--- gmrun-0.9.2.orig/src/prefs.cc 2010-02-03 12:30:57.407768496 +0800
++++ gmrun-0.9.2/src/prefs.cc 2010-02-03 12:31:04.636318281 +0800
+@@ -10,6 +10,7 @@
+ *****************************************************************************/
+
+
++#include <cstdlib>
+ #include <fstream>
+ #include <iostream>
+ #include <stdio.h>