mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Non-portable functions are in pthread_np.h, fix compiling problem.
This commit is contained in:
parent
e8245292a7
commit
7abb97dcd8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
#include <pthread.h>
|
||||
#include <pthread_np.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/cpuset.h>
|
||||
#include "un-namespace.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue