aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/floorl.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-19 20:22:08 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-20 04:24:05 +0000
commit1a051afee3fdbbec399af66c4cc934ce18f311da (patch)
treeafaf62e60d794b0d79fd462d028b3109cbce975f /wsutil/floorl.c
parent07fb8cf54ac98d7ee9809872ea0964f673a9af7d (diff)
Include <math.h> to declare floor().
Change-Id: I39de31c3e38b83aaec76396048e6960f609bc63e Reviewed-on: https://code.wireshark.org/review/5907 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/floorl.c')
-rw-r--r--wsutil/floorl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/floorl.c b/wsutil/floorl.c
index 7ed1135266..38c9b3f904 100644
--- a/wsutil/floorl.c
+++ b/wsutil/floorl.c
@@ -23,6 +23,8 @@
#include "config.h"
+#include <math.h>
+
#include "wsutil/floorl.h"
#ifndef HAVE_FLOORL