13
0

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

View File

@ -5,8 +5,8 @@
#ifndef HAVE_LOCALTIME_R
#include <time.h>
#include <string.h>
#include <pthread.h>
#include "pbd/pthread_utils.h"
#include "pbd/localtime_r.h"
#ifdef localtime_r

View File

@ -23,7 +23,7 @@
#include <cerrno>
#include <cstdlib>
#include <regex.h>
#include <boost/regex.h>
#include <glibmm/miscutils.h>