SOURCES: acidlaunch-c++.patch (NEW) - missing includes

qboosh qboosh at pld-linux.org
Sat Nov 15 08:52:07 CET 2008


Author: qboosh                       Date: Sat Nov 15 07:52:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing includes

---- Files affected:
SOURCES:
   acidlaunch-c++.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/acidlaunch-c++.patch
diff -u /dev/null SOURCES/acidlaunch-c++.patch:1.1
--- /dev/null	Sat Nov 15 08:52:08 2008
+++ SOURCES/acidlaunch-c++.patch	Sat Nov 15 08:52:02 2008
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list