vpp: Add platform specific headers for socket and inet
Type: improvement Change-Id: Idcedc14089a49483d83c28a82ecb79d1b856f225 Signed-off-by: Tom Jones <thj@freebsd.org>
This commit is contained in:
@ -22,6 +22,11 @@
|
||||
|
||||
#include <vppinfra/clib.h>
|
||||
#include <vppinfra/format.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#include <netinet/ip.h>
|
||||
|
||||
/* JSON value type */
|
||||
|
@ -22,6 +22,11 @@
|
||||
|
||||
#include <vppinfra/clib.h>
|
||||
#include <vppinfra/format.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#include <netinet/ip.h>
|
||||
|
||||
/* JSON value type */
|
||||
|
Reference in New Issue
Block a user