]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix a typo in lib/isc/unix/thread.c
authorWitold Kręcicki <wpk@isc.org>
Wed, 7 Nov 2018 19:31:06 +0000 (19:31 +0000)
committerWitold Kręcicki <wpk@isc.org>
Wed, 7 Nov 2018 19:31:06 +0000 (19:31 +0000)
lib/isc/pthreads/thread.c

index f8029e26ed9cadcd1e7a5d558e0597402dc57e7d..94801d5085605edce5bce9f6cc28ec5ee746849b 100644 (file)
@@ -23,7 +23,7 @@
 #include <sys/cpuset.h>
 #endif
 
-#if defined(HAVE_SYS_PROCESET_H)
+#if defined(HAVE_SYS_PROCSET_H)
 #include <sys/types.h>
 #include <sys/processor.h>
 #include <sys/procset.h>