mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)
This commit is contained in:
parent
c7306f5732
commit
105652ad09
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <regex.h>
|
||||
#include <boost/regex.h>
|
||||
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue