]> git.pld-linux.org Git - packages/acidlaunch.git/blame - acidlaunch-c++.patch
- added c++ patch
[packages/acidlaunch.git] / acidlaunch-c++.patch
CommitLineData
da37187a
JB
1--- acidlaunch-0.5/src/arglist.cc.orig 2001-11-14 08:19:47.000000000 +0100
2+++ acidlaunch-0.5/src/arglist.cc 2008-11-15 08:45:14.460595577 +0100
3@@ -1,3 +1,4 @@
4+#include <cstring>
5 #include "acidlaunch.h"
6
7 /*ArgList::ArgList()
8--- acidlaunch-0.5/src/config.cc.orig 2002-02-20 23:46:58.000000000 +0100
9+++ acidlaunch-0.5/src/config.cc 2008-11-15 08:45:28.400593826 +0100
10@@ -1,3 +1,4 @@
11+#include <cstring>
12 #include "acidlaunch.h"
13
14 /* convert a text boolean value into a numeric value */
15--- acidlaunch-0.5/src/confighelper.cc.orig 2002-02-20 23:46:58.000000000 +0100
16+++ acidlaunch-0.5/src/confighelper.cc 2008-11-15 08:47:14.630654476 +0100
17@@ -1,5 +1,6 @@
18 #include "acidlaunch.h"
19
20+#include <cstring>
21 #include <fstream>
22 #include <strstream>
23 #include <sys/stat.h>
This page took 0.056073 seconds and 4 git commands to generate.