From ed0deee74775ff2b7830f7461c90fc6423b8520e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Dec 2010 01:17:24 +0000 Subject: [PATCH] Make sure that _POSIX_VERSION is available. git-svn-id: svn://localhost/ardour2/branches/3.0@8302 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-waveview.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/canvas-waveview.c b/gtk2_ardour/canvas-waveview.c index 193b3cd68a..db95732b16 100644 --- a/gtk2_ardour/canvas-waveview.c +++ b/gtk2_ardour/canvas-waveview.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "ardour/dB.h"