From 82640875a9b8780ea65adb5e21c81a8d3cb0ff20 Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Thu, 16 Feb 2006 03:25:23 +0000 Subject: [PATCH] fixed missing include need for compile on gcc 3.3.x git-svn-id: svn://localhost/trunk/ardour2@334 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd3/pbd/pthread_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd3/pbd/pthread_utils.h b/libs/pbd3/pbd/pthread_utils.h index 258604fc74..482b5b54cf 100644 --- a/libs/pbd3/pbd/pthread_utils.h +++ b/libs/pbd3/pbd/pthread_utils.h @@ -4,6 +4,7 @@ #include #include #include +#include #include