aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-03 16:03:53 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-03 16:03:53 +0000
commitc3bcb518e8d6139b810abda0208a86c6c3a2eeb4 (patch)
tree97431f78619f7f80ab7018ddbe7aa47ee47a86e8 /tap-rtp-common.c
parent5aaf8c084a4e99d4d153807fdfba3bfe0cfad29c (diff)
Add #include <math.h>
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24261 f5534014-38df-0310-8fa8-9805f1628bb7
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>