blob: c387bcd1dd34e6491eab024541042db61d2d5b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|