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/linux-atm | |
parent | ec275cae0293507fd03a7eeb972780fdbd5d40aa (diff) |
fix regressions for allconfig alix1c glibc target
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/patches/patch-src_led_main_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/linux-atm/patches/patch-src_led_main_c b/package/linux-atm/patches/patch-src_led_main_c new file mode 100644 index 000000000..63c5b5e9b --- /dev/null +++ b/package/linux-atm/patches/patch-src_led_main_c @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- linux-atm-2.5.0.orig/src/led/main.c 2005-10-06 19:27:50.000000000 +0200 ++++ linux-atm-2.5.0/src/led/main.c 2009-06-01 22:38:27.000000000 +0200 +@@ -31,6 +31,7 @@ + #endif + + /* Global includes */ ++#include <limits.h> + #include <stdlib.h> + #include <stdio.h> + #include <sys/time.h> |