summaryrefslogtreecommitdiffstats
path: root/test/unit/ph.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-10 23:54:25 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-11 18:52:30 (GMT)
commit2f00ce4da7b1c360a9b1129ebcdb087da562e2d4 (patch)
treed5f87dd2749df4a190ee301ab96ecca1e14b7a16 /test/unit/ph.c
parent57e36e1a12e5cc6af7942196a3f37c9d280ab767 (diff)
downloadjemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.zip
jemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.tar.gz
jemalloc-2f00ce4da7b1c360a9b1129ebcdb087da562e2d4.tar.bz2
Header refactoring: break out ph.h dependencies
Diffstat (limited to 'test/unit/ph.c')
-rw-r--r--test/unit/ph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/ph.c b/test/unit/ph.c
index 01df340..88bf56f 100644
--- a/test/unit/ph.c
+++ b/test/unit/ph.c
@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
+#include "jemalloc/internal/ph.h"
+
typedef struct node_s node_t;
struct node_s {