summaryrefslogtreecommitdiff
path: root/threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'threads.c')
-rw-r--r--threads.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/threads.c b/threads.c
index f462ebf2..cd5a517a 100644
--- a/threads.c
+++ b/threads.c
@@ -35,6 +35,9 @@
#include <note.h>
#endif
+#include "private/dict.h"
+#include "private/threads.h"
+
/* #define DEBUG_THREADS */
#ifdef HAVE_PTHREAD_H