summaryrefslogtreecommitdiff
path: root/ui/time_shift.c
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-19 17:27:30 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-20 00:28:11 +0000
commit71fc2f8a7a047a1e07ad19fe52c696019bea31e8 (patch)
treec89ed2d22698aa3de06bfca0f8641050ecacd3c9 /ui/time_shift.c
parentdf1f919b9442f97c04e4e916ab4eb522c6a28a3e (diff)
downloadwireshark-71fc2f8a7a047a1e07ad19fe52c696019bea31e8.tar.gz
Another missing change, to include floor.h
Change-Id: Ice962bb9d62ab99f225228bf1e78850947eea625 Reviewed-on: https://code.wireshark.org/review/5895 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
Diffstat (limited to 'ui/time_shift.c')
-rw-r--r--ui/time_shift.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/time_shift.c b/ui/time_shift.c
index 3363c50f40..d9275526ec 100644
--- a/ui/time_shift.c
+++ b/ui/time_shift.c
@@ -33,6 +33,8 @@
#include "ui/ui_util.h"
+#include "wsutil/floor.h"
+
#define SHIFT_POS 0
#define SHIFT_NEG 1
#define SHIFT_SETTOZERO 1