diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-03-12 20:58:28 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-19 15:30:01 +0100 |
commit | 10ffefe60299637bc592ec4ef0dde93e0e2e8344 (patch) | |
tree | 95767403aaa4ac8bcfafe8d0467861f505589f3b /package/network/utils/iproute2/Makefile | |
parent | 9662da770e9e1daa4c2ba78b4526c4b36a1358be (diff) | |
download | upstream-10ffefe60299637bc592ec4ef0dde93e0e2e8344.tar.gz upstream-10ffefe60299637bc592ec4ef0dde93e0e2e8344.tar.bz2 upstream-10ffefe60299637bc592ec4ef0dde93e0e2e8344.zip |
iproute2: add missing limits.h includes
This patch has been submitted upstream to fix an error reported by a few
users. One instance seen using gcc 10.2.0, binutils 2.35.1 and musl 1.1.24:
bpf_glue.c: In function 'get_libbpf_version':
bpf_glue.c:46:11: error: 'PATH_MAX' undeclared (first use in this function);
did you mean 'AF_MAX'?
46 | char buf[PATH_MAX], *s;
| ^~~~~~~~
| AF_MAX
Reported-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
0 files changed, 0 insertions, 0 deletions