--- a/ping_common.c	2012-12-21 09:01:07.000000000 -0500
+++ b/ping_common.c	2014-03-05 14:08:05.176861447 -0500
@@ -3,6 +3,10 @@
 #include <sched.h>
 #include <math.h>
 
+#ifndef HZ
+  #define HZ 100
+#endif
+
 int options;
 
 int mark;
