aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-19 17:44:37 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-20 00:45:37 +0000
commit237695390988485f60a14c3624158b2a0f7a8297 (patch)
treef4097ec6898f5196b98495f9240035301f8179ae /wsutil
parent71fc2f8a7a047a1e07ad19fe52c696019bea31e8 (diff)
Another missing change
Change-Id: Icaaaeda75f411ecc7cf3027440c8af2b85021be3 Reviewed-on: https://code.wireshark.org/review/5897 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/floor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/floor.h b/wsutil/floor.h
index f71a5780a8..d2b5a6ff65 100644
--- a/wsutil/floor.h
+++ b/wsutil/floor.h
@@ -26,6 +26,5 @@
#include <glib.h>
#ifndef HAVE_FLOORL
-
-
+long double floorl(long double x);
#endif