13
0

Make sure that _POSIX_VERSION is available.

git-svn-id: svn://localhost/ardour2/branches/3.0@8302 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-20 01:17:24 +00:00
parent 5f4bdb233a
commit ed0deee747

View File

@ -24,6 +24,7 @@
#include <cairo.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
#include "ardour/dB.h"