From a67695446b604cca6d8969adc3c273b632e5a037 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 15 Nov 2008 13:01:55 +0000 Subject: linux-handhelds: fix compilation error due to missing include Add missing include of linux/limits.h. Fixes bug #4344. --- packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch') diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch b/packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch new file mode 100644 index 0000000000..02f3a5da09 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6-2.6.21/gcc4x-limits.patch @@ -0,0 +1,10 @@ +--- linux/scripts/mod/sumversion.c.orig 2008-11-15 12:22:04.000000000 +0000 ++++ linux/scripts/mod/sumversion.c 2008-11-15 12:22:21.000000000 +0000 +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + #include "modpost.h" + + /* -- cgit v1.2.3