Index: iproute2-5.4.0/lib/utils.c
===================================================================
--- iproute2-5.4.0.orig/lib/utils.c
+++ iproute2-5.4.0/lib/utils.c
@@ -113,6 +113,10 @@ int get_hex(char c)
 	return -1;
 }
 
+#ifndef HZ
+  #define HZ 100
+#endif
+
 int get_integer(int *val, const char *arg, int base)
 {
 	long res;
