13
0

Include pthread.h in butler.h for mingw build

Jack2 on windows doesn't include pthread headers so it is necessary
to include them explicitly.
This commit is contained in:
Paul Davis 2013-07-11 15:11:22 -04:00
parent 9f7e293c3b
commit abd478d1c8

View File

@ -20,6 +20,8 @@
#ifndef __ardour_butler_h__
#define __ardour_butler_h__
#include <pthread.h>
#include <glibmm/threads.h>
#ifdef WIN32