aboutsummaryrefslogtreecommitdiff
path: root/src/pqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pqueue.c')
-rw-r--r--src/pqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pqueue.c b/src/pqueue.c
index b1cd733..d070735 100644
--- a/src/pqueue.c
+++ b/src/pqueue.c
@@ -14,3 +14,4 @@ PQUEUE_IMPL(ULong);
PQUEUE_IMPL(Double);
PQUEUE_IMPL(Float);
PQUEUE_IMPL(String);
+PQUEUE_IMPL(VoidPtr);