vnet: Add required header for pthread_np
Type: improvement Change-Id: Ia9295b79340a18de6eb5fe80877dcf4ce97b35eb Signed-off-by: Tom Jones <thj@freebsd.org>
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <pthread.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <pthread_np.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#include <sched.h>
|
||||
|
||||
#include <vppinfra/clib.h>
|
||||
|
Reference in New Issue
Block a user