From: Witold Kręcicki Date: Wed, 7 Nov 2018 19:31:06 +0000 (+0000) Subject: Fix a typo in lib/isc/unix/thread.c X-Git-Tag: v9.13.4~49^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ce478b4fc9799f266aa917ebaa2e8ae0dc5443c4;p=thirdparty%2Fbind9.git Fix a typo in lib/isc/unix/thread.c --- diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index f8029e26ed9..94801d50856 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