From: Paweł Sikora Date: Tue, 29 Apr 2008 14:56:50 +0000 (+0000) Subject: - include for PATH_MAX. X-Git-Tag: auto/th/arts-1_5_9-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Farts.git;a=commitdiff_plain;h=10fa436a49ea77228d8d84f08429c425d4189f78;hp=7ab11514dbaa75487f9f9900bae38f65993fe0e5 - include for PATH_MAX. Changed files: arts-gcc43.patch -> 1.1 --- diff --git a/arts-gcc43.patch b/arts-gcc43.patch new file mode 100644 index 0000000..5876ca1 --- /dev/null +++ b/arts-gcc43.patch @@ -0,0 +1,10 @@ +--- arts-1.5.9/mcop/mcoputils.cc.orig 2008-02-13 10:35:23.000000000 +0100 ++++ arts-1.5.9/mcop/mcoputils.cc 2008-04-29 16:31:00.000000000 +0200 +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + using namespace std; + using namespace Arts;