1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 10:51:28 +03:00
openwrt-xburst/target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch
hauke 8ccd126bed [kernel] Add buildfix for kernel 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 18:06:38 +00:00

8 lines
169 B
Diff

--- a/scripts/mod/sumversion.c
+++ b/scripts/mod/sumversion.c
@@ -1,3 +1,4 @@
+#include <linux/limits.h>
#include <netinet/in.h>
#ifdef __sun__
#include <inttypes.h>