summaryrefslogtreecommitdiff
path: root/libs/pbd/localtime_r.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-17 08:06:26 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-17 08:06:26 +0100
commit105652ad09fa4898d2fadd791802406c3f1afbec (patch)
tree8256119a6ed9e52a068ad99f8adfb31b7b77d0e3 /libs/pbd/localtime_r.cc
parentc7306f57329ce18dd932341f522418c4b56fd846 (diff)
Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)
Diffstat (limited to 'libs/pbd/localtime_r.cc')
-rw-r--r--libs/pbd/localtime_r.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/localtime_r.cc b/libs/pbd/localtime_r.cc
index 26e9dcc4a4..c72e3eb458 100644
--- a/libs/pbd/localtime_r.cc
+++ b/libs/pbd/localtime_r.cc
@@ -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