summaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-22 09:29:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-06 23:21:16 +0100
commit5542b94c413694c82002229b2446dda54a686e1d (patch)
tree4031dafe4ad3943ce8b870601720b29eb1d5b081 /vespamalloc
parentfc3f722ae22b63ea9484a63ad1aa432490290258 (diff)
Include correct set of files.
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/vespamalloc/malloc/threadproxy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespamalloc/src/vespamalloc/malloc/threadproxy.cpp b/vespamalloc/src/vespamalloc/malloc/threadproxy.cpp
index e5ded83e5d4..d5cb88ba0ea 100644
--- a/vespamalloc/src/vespamalloc/malloc/threadproxy.cpp
+++ b/vespamalloc/src/vespamalloc/malloc/threadproxy.cpp
@@ -1,6 +1,9 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "threadproxy.h"
#include <dlfcn.h>
+#include <stdio.h>
+#include <errno.h>
+#include <pthread.h>
namespace vespamalloc {