red: add missing include math.h

red now uses pow() function.
diff --git a/tc/q_red.c b/tc/q_red.c
index a4b5175..a07171c 100644
--- a/tc/q_red.c
+++ b/tc/q_red.c
@@ -19,6 +19,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <string.h>
+#include <math.h>
 
 #include "utils.h"
 #include "tc_util.h"