summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/err_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdb/err_handle.c')
-rw-r--r--src/lib/kdb/err_handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/kdb/err_handle.c b/src/lib/kdb/err_handle.c
index bfd3c752c..50b8a2a65 100644
--- a/src/lib/kdb/err_handle.c
+++ b/src/lib/kdb/err_handle.c
@@ -16,6 +16,7 @@ static char *_csrc =
safety requirement stops me from putting there. if I do, then all
the applications have to link to pthread. */
+#include "autoconf.h"
#if defined(ENABLE_THREADS) && defined(HAVE_PTHREAD_H)
#include <pthread.h>
#endif