Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)

This commit is contained in:
John Emmas 2013-07-17 08:06:26 +01:00
parent c7306f5732
commit 105652ad09
3 changed files with 4 additions and 3 deletions

View file

@ -22,9 +22,10 @@
#define _GNU_SOURCE
#include <dlfcn.h>
#include <stdio.h>
#include <pthread.h>
#include <stdlib.h>
#include "pbd/pthread_utils.h"
int (*pbd_alloc_allowed) () = 0;
/** Thread-local key whose value is set to 1 if malloc checking is disabled