Magellan Linux

Contents of /trunk/arts/patches/arts-1.5.10-limits.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 827 - (show annotations) (download)
Fri May 29 21:27:07 2009 UTC (14 years, 11 months ago) by niro
File size: 358 byte(s)
fix missing include on newer glibcs (>= glibc-2.9)

1 diff -Naur arts-1.5.9/mcop/mcoputils.cc arts-1.5.9.new/mcop/mcoputils.cc
2 --- arts-1.5.9/mcop/mcoputils.cc 2008-02-13 10:35:23.000000000 +0100
3 +++ arts-1.5.9.new/mcop/mcoputils.cc 2008-06-11 02:07:41.349233625 +0200
4 @@ -36,6 +36,7 @@
5 #include <cstring>
6 #include <stdio.h>
7 #include <map>
8 +#include <limits.h>
9
10 using namespace std;
11 using namespace Arts;