13
0

attempt to fix windows failed build by including pthread.h to get DEBUG_THREAD_SELF correctly defined

This commit is contained in:
Paul Davis 2016-09-30 12:52:07 -04:00
parent 7701207123
commit 8d30580450

View File

@ -17,6 +17,7 @@
*/
#include <stdlib.h>
#include <pthread.h>
#include "pbd/compose.h"
#include "pbd/convert.h"