summaryrefslogtreecommitdiff
path: root/libs/pbd/debug_rt_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/debug_rt_alloc.c')
-rw-r--r--libs/pbd/debug_rt_alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/debug_rt_alloc.c b/libs/pbd/debug_rt_alloc.c
index 81e640b66d..7e578a2367 100644
--- a/libs/pbd/debug_rt_alloc.c
+++ b/libs/pbd/debug_rt_alloc.c
@@ -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