diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:09:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:09:53 +0200 |
commit | 7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f (patch) | |
tree | c2cb6c76cdcc70b6ee1ca13f6ca209cc88d84305 /package/reaim/patches/patch-reaim_c | |
parent | ec275cae0293507fd03a7eeb972780fdbd5d40aa (diff) |
fix regressions for allconfig alix1c glibc target
Diffstat (limited to 'package/reaim/patches/patch-reaim_c')
-rw-r--r-- | package/reaim/patches/patch-reaim_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/reaim/patches/patch-reaim_c b/package/reaim/patches/patch-reaim_c new file mode 100644 index 000000000..7f208061e --- /dev/null +++ b/package/reaim/patches/patch-reaim_c @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- reaim-0.8.orig/reaim.c 2003-03-25 13:35:31.000000000 +0100 ++++ reaim-0.8/reaim.c 2009-06-02 00:30:51.000000000 +0200 +@@ -190,6 +190,7 @@ + #include <netdb.h> + #include <time.h> + #include <ctype.h> ++#include <limits.h> + + #include <getopt.h> + #include <sys/ioctl.h> |