Fix compilation with GCC 4.3 (at least with SYSLIBS=1).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3334 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2008-05-11 21:42:10 +00:00
parent f844b2c2ab
commit 4505d3aa99
34 changed files with 50 additions and 20 deletions

View file

@ -14,6 +14,7 @@
#include "Thread.h"
#include <cstdlib>
#include <iostream>
#include <sys/time.h>