mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix a typo in lib/isc/unix/thread.c
This commit is contained in:
parent
7a2248acf9
commit
ce478b4fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue