aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-03 16:03:53 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-03 16:03:53 +0000
commit230c688bf140c40330fa6d2dfb0cdfb0e9dcc81e (patch)
tree97431f78619f7f80ab7018ddbe7aa47ee47a86e8 /tap-rtp-common.c
parentd856658e6e276b5b8927a475569f74c1e5cb5d81 (diff)
Add #include <math.h>
svn path=/trunk/; revision=24261
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index 76e8163583..523518fc8c 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -33,6 +33,7 @@
# include "config.h"
#endif
+#include <math.h>
#include "globals.h"
#include <epan/tap.h>