blob: d9ef218d25f2a6bc475a1e1df34bdc7ad0eda1e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libnl-1.1/include/netlink-local.h.orig 2008-06-08 19:09:20.000000000
+0200
+++ libnl-1.1/include/netlink-local.h 2008-06-08 19:09:33.000000000 +0200
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <inttypes.h>
#include <assert.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netdb.h>
|