aboutsummaryrefslogtreecommitdiff
path: root/src/pqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pqueue.h')
-rw-r--r--src/pqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pqueue.h b/src/pqueue.h
index 34b8a55..d91b9a2 100644
--- a/src/pqueue.h
+++ b/src/pqueue.h
@@ -23,6 +23,7 @@ PQUEUE_DEF(ULong);
PQUEUE_DEF(Double);
PQUEUE_DEF(Float);
PQUEUE_DEF(String);
+PQUEUE_DEF(VoidPtr);
#define PQUEUE_IMPL(T) \
static int T##PQueue_cmp(T##PQueue *self, int a, int b) { \