From ce478b4fc9799f266aa917ebaa2e8ae0dc5443c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Wed, 7 Nov 2018 19:31:06 +0000 Subject: [PATCH] Fix a typo in lib/isc/unix/thread.c --- lib/isc/pthreads/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index f8029e26ed..94801d5085 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -23,7 +23,7 @@ #include #endif -#if defined(HAVE_SYS_PROCESET_H) +#if defined(HAVE_SYS_PROCSET_H) #include #include #include