summaryrefslogtreecommitdiff
path: root/net/wireshark/patches/patch-aa
blob: 93637b7fa02d471ea5b0182b4bbe8230a830368f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.12 2013/07/04 21:33:14 adam Exp $

--- ui/time_shift.c.orig	2013-07-04 20:20:31.000000000 +0000
+++ ui/time_shift.c
@@ -29,6 +29,9 @@
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
+#ifndef HAVE_FLOORL
+#define floorl(a) floor((double)(a))
+#endif
 
 #include <glib.h>