From 0f568c0b7376d5013a14e9186ec962b5aa033636 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 26 Aug 2022 01:22:33 +0200 Subject: Consolidate private header files Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private. --- threads.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'threads.c') diff --git a/threads.c b/threads.c index f462ebf2..cd5a517a 100644 --- a/threads.c +++ b/threads.c @@ -35,6 +35,9 @@ #include #endif +#include "private/dict.h" +#include "private/threads.h" + /* #define DEBUG_THREADS */ #ifdef HAVE_PTHREAD_H -- cgit v1.2.1