mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 23:23:35 +00:00
Merge pull request #3131 from donaldsharp/early_6.0
lib: Include compiler.h as early as is possible in the build
This commit is contained in:
commit
32b738124e
@ -380,6 +380,12 @@ struct in_pktinfo {
|
|||||||
*/
|
*/
|
||||||
#define ZEBRA_HEADER_MARKER 254
|
#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 */
|
/* Zebra route's types are defined in route_types.h */
|
||||||
#include "route_types.h"
|
#include "route_types.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user