X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fclib.h;h=95dadd9c09d68c31a5a255a8339c092e03799a63;hb=521a8d7df423a0b5aaf259d49ca9230705bc25ee;hp=42748b0a34cab66e1aad2aee19f837ebf27a1c49;hpb=1105600416e0560cb05120a22e0a2e7359a13665;p=vpp.git diff --git a/src/vppinfra/clib.h b/src/vppinfra/clib.h index 42748b0a34c..95dadd9c09d 100644 --- a/src/vppinfra/clib.h +++ b/src/vppinfra/clib.h @@ -38,12 +38,15 @@ #ifndef included_clib_h #define included_clib_h +#include + /* Standalone means to not assume we are running on a Unix box. */ #if ! defined (CLIB_STANDALONE) && ! defined (CLIB_LINUX_KERNEL) #define CLIB_UNIX #endif #include +#include /* Global DEBUG flag. Setting this to 1 or 0 turns off ASSERT (see vppinfra/error.h) & other debugging code. */