From: Tom Jones Date: Tue, 30 Jan 2024 09:47:05 +0000 (+0000) Subject: vpp: Add platform specific headers for socket and inet X-Git-Tag: v24.10-rc0~241 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=393bfa786c56d50f3452384dbb75c1c49df434e6;p=vpp.git vpp: Add platform specific headers for socket and inet Type: improvement Change-Id: Idcedc14089a49483d83c28a82ecb79d1b856f225 Signed-off-by: Tom Jones --- diff --git a/src/vat/json_format.h b/src/vat/json_format.h index 71db79eacf5..77128621d21 100644 --- a/src/vat/json_format.h +++ b/src/vat/json_format.h @@ -22,6 +22,11 @@ #include #include +#ifdef __FreeBSD__ +#include +#include +#include +#endif /* __FreeBSD__ */ #include /* JSON value type */ diff --git a/src/vpp/api/json_format.h b/src/vpp/api/json_format.h index 63217979ccd..3cfb87032e0 100644 --- a/src/vpp/api/json_format.h +++ b/src/vpp/api/json_format.h @@ -22,6 +22,11 @@ #include #include +#ifdef __FreeBSD__ +#include +#include +#include +#endif /* __FreeBSD__ */ #include /* JSON value type */