]> git.pld-linux.org Git - packages/acidlaunch.git/commitdiff
- missing includes
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Nov 2008 07:52:02 +0000 (07:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acidlaunch-c++.patch -> 1.1

acidlaunch-c++.patch [new file with mode: 0644]

diff --git a/acidlaunch-c++.patch b/acidlaunch-c++.patch
new file mode 100644 (file)
index 0000000..d11e966
--- /dev/null
@@ -0,0 +1,23 @@
+--- acidlaunch-0.5/src/arglist.cc.orig 2001-11-14 08:19:47.000000000 +0100
++++ acidlaunch-0.5/src/arglist.cc      2008-11-15 08:45:14.460595577 +0100
+@@ -1,3 +1,4 @@
++#include <cstring>
+ #include "acidlaunch.h"
+ /*ArgList::ArgList()
+--- acidlaunch-0.5/src/config.cc.orig  2002-02-20 23:46:58.000000000 +0100
++++ acidlaunch-0.5/src/config.cc       2008-11-15 08:45:28.400593826 +0100
+@@ -1,3 +1,4 @@
++#include <cstring>
+ #include "acidlaunch.h"
+ /* convert a text boolean value into a numeric value */
+--- acidlaunch-0.5/src/confighelper.cc.orig    2002-02-20 23:46:58.000000000 +0100
++++ acidlaunch-0.5/src/confighelper.cc 2008-11-15 08:47:14.630654476 +0100
+@@ -1,5 +1,6 @@
+ #include "acidlaunch.h"
++#include <cstring>
+ #include <fstream>
+ #include <strstream>
+ #include <sys/stat.h>
This page took 0.048011 seconds and 4 git commands to generate.