Fix a typo in lib/isc/unix/thread.c

This commit is contained in:
Witold Kręcicki 2018-11-07 19:31:06 +00:00
parent 7a2248acf9
commit ce478b4fc9

View 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>