Commit d798a048 authored by Stephen Hemminger's avatar Stephen Hemminger

red: add missing include math.h

red now uses pow() function.
parent cfd2cbd1
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment