svm: Only include sys/user on Linux
Type: improvement Change-Id: Idb318eb386617013015c43153bf0bd92fa28b9b6 Signed-off-by: Tom Jones <thj@freebsd.org>
This commit is contained in:
@ -23,7 +23,9 @@
|
||||
#include <stdint.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#include <pthread.h>
|
||||
#ifdef __linux__
|
||||
#include <sys/user.h>
|
||||
#endif /* __linux__ */
|
||||
#include <vppinfra/clib.h>
|
||||
#include <vppinfra/types.h>
|
||||
|
||||
|
Reference in New Issue
Block a user