server: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4aa858c9ba
commit
7afb9b7d0c
|
@ -33,7 +33,7 @@
|
|||
#include <time.h>
|
||||
#include <poll.h>
|
||||
#ifdef HAVE_SCHED_H
|
||||
/* FreeBSD needs this for cpu_set_t intead of its cpuset_t */
|
||||
/* FreeBSD needs this for cpu_set_t instead of its cpuset_t */
|
||||
#define _WITH_CPU_SET_T
|
||||
#include <sched.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue