diff options
author | Florin Coras <fcoras@cisco.com> | 2023-02-02 12:56:16 -0800 |
---|---|---|
committer | Dave Barach <vpp@barachs.net> | 2023-02-07 18:06:44 +0000 |
commit | 3684794336602435b91b91a1dc5bd9401a974432 (patch) | |
tree | 9475f51d264a35774422009f7a720d6073676e97 /src/vcl/ldp.h | |
parent | 656a550f1feda3ddfa96f8e1fc510e8eebd3ce7a (diff) |
vcl: better handlig of ldp apis that rely on gnu source
Control use of apis that rely on _GNU_SOURCE being defined with compile
time macro.
Also fixes sendmmsg and recvmmsg which were not probably wrapped.
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I207de23210d4b9dc960bb4289159502760c5614d
Diffstat (limited to 'src/vcl/ldp.h')
-rw-r--r-- | src/vcl/ldp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcl/ldp.h b/src/vcl/ldp.h index 8d78ead0875..327e73c80c0 100644 --- a/src/vcl/ldp.h +++ b/src/vcl/ldp.h @@ -23,9 +23,9 @@ #define LDP_DEBUG_INIT 0 #endif +#include <vcl/ldp_glibc_socket.h> #include <vppinfra/error.h> #include <vppinfra/types.h> -#include <vcl/ldp_glibc_socket.h> #define LDP_ENV_DEBUG "LDP_DEBUG" #define LDP_ENV_APP_NAME "LDP_APP_NAME" |