projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0d208470792acb97b3b37755bb75c70ba47a65aa
[openwrt.git]
/
package
/
libnl
/
patches
/
170-fix_netlink_local_missing_limits_h.patch
1
--- a/include/netlink-local.h
2
+++ b/include/netlink-local.h
3
@@ -26,6 +26,7 @@
4
#include <sys/socket.h>
5
#include <inttypes.h>
6
#include <assert.h>
7
+#include <limits.h>
8
9
#include <arpa/inet.h>
10
#include <netdb.h>
This page took
0.045011 seconds
and
3
git commands to generate.