projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e8328
)
system-linux: fix PATH_MAX undeclared compilation error
author
Alin Nastac
<alin.nastac@gmail.com>
Fri, 27 Mar 2020 10:56:09 +0000
(11:56 +0100)
committer
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 27 Mar 2020 12:18:39 +0000
(13:18 +0100)
Issue was introduced in commit
1321c1bd8fe921986c4eb39c3783ddd827b79543
.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
system-linux.c
patch
|
blob
|
history
diff --git
a/system-linux.c
b/system-linux.c
index d36d2878b93ba0927166b29a54916d323aeb024b..775b448e56f17e35c106cb37a2a76ee0b0dc8623 100644
(file)
--- a/
system-linux.c
+++ b/
system-linux.c
@@
-26,6
+26,7
@@
#include <net/if.h>
#include <net/if_arp.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netinet/ether.h>
#include <netinet/in.h>