mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
e3a478c576
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
15 lines
503 B
Diff
15 lines
503 B
Diff
# 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>
|