red: add missing include math.h

red now uses pow() function.
This commit is contained in:
Stephen Hemminger 2012-02-06 09:45:50 -08:00
parent cfd2cbd15f
commit d798a0483e
1 changed files with 1 additions and 0 deletions

View File

@ -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"