]> git.ipfire.org Git - ipfire-3.x.git/blob - libnl/patches/libnl-1.1-include-limits-h.patch
Move all packages to root.
[ipfire-3.x.git] / libnl / patches / libnl-1.1-include-limits-h.patch
1 diff -up libnl-1.1/include/netlink-local.h.limits libnl-1.1/include/netlink-local.h
2 --- libnl-1.1/include/netlink-local.h.limits 2008-02-22 11:31:18.000000000 -0500
3 +++ libnl-1.1/include/netlink-local.h 2008-02-22 11:32:57.000000000 -0500
4 @@ -22,6 +22,7 @@
5 #include <time.h>
6 #include <stdarg.h>
7 #include <ctype.h>
8 +#include <limits.h>
9 #include <sys/types.h>
10 #include <sys/socket.h>
11 #include <inttypes.h>