diff --git a/lib/zebra.h b/lib/zebra.h index b12f6616bae9..97b1e95312a7 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -380,6 +380,12 @@ struct in_pktinfo { */ #define ZEBRA_HEADER_MARKER 254 +/* + * The compiler.h header is used for anyone using the CPP_NOTICE + * since this is universally needed, let's add it to zebra.h + */ +#include "compiler.h" + /* Zebra route's types are defined in route_types.h */ #include "route_types.h"