diff options
author | Stephen Fisher <sfisher@sdf.org> | 2014-12-19 17:44:37 -0700 |
---|---|---|
committer | Stephen Fisher <sfisher@sdf.org> | 2014-12-20 00:45:37 +0000 |
commit | 237695390988485f60a14c3624158b2a0f7a8297 (patch) | |
tree | f4097ec6898f5196b98495f9240035301f8179ae /wsutil | |
parent | 71fc2f8a7a047a1e07ad19fe52c696019bea31e8 (diff) | |
download | wireshark-237695390988485f60a14c3624158b2a0f7a8297.tar.gz wireshark-237695390988485f60a14c3624158b2a0f7a8297.tar.bz2 wireshark-237695390988485f60a14c3624158b2a0f7a8297.zip |
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.h | 3 |
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 |