aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
diff options
context:
space:
mode:
authorNathan Moos <nmoos@cisco.com>2021-01-15 14:32:07 -0800
committerDamjan Marion <dmarion@me.com>2021-01-20 15:19:36 +0000
commitbfa0398f7a9f58a28d9b3f552b451da267a3c8a5 (patch)
treed61300ce485da3c9fb208aadaacc9326be2a9aa2 /src/vlib
parent2e4813fe8f2456438f7c60b1ba6055a7d62a047f (diff)
vlib: fix build with musl
Type: fix When building with musl, some transitive includes from glibc are not present. This patch adds direct includes for the necessary types, and it also defines _GNU_SOURCE to ensure that the socket types are complete. Change-Id: Ic69c307b9515fec764c32906b5bc7f1fb34f2525 Signed-off-by: Nathan Moos <nmoos@cisco.com>
Diffstat (limited to 'src/vlib')
-rw-r--r--src/vlib/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/log.h b/src/vlib/log.h
index a94c57a51eb..c3ebb8150ee 100644
--- a/src/vlib/log.h
+++ b/src/vlib/log.h
@@ -16,6 +16,7 @@
#ifndef included_vlib_log_h
#define included_vlib_log_h
+#include <sys/time.h>
#include <vppinfra/types.h>
#define foreach_vlib_log_level \