aboutsummaryrefslogtreecommitdiffstats
path: root/main/iputils/fix-defines.patch
blob: 13a2060327836a276c04d2561810ec597bb5000c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/ping.h
+++ b/ping.h
@@ -44,6 +44,10 @@
 #define getnameinfo_flags 0
 #endif
 
+#ifndef AI_CANONIDN
+#define AI_CANONIDN 0x0080
+#endif
+
 #ifndef WITHOUT_IFADDRS
 #include <ifaddrs.h>
 #endif