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:
David Lamparter 2018-10-04 15:09:42 +02:00 committed by GitHub
commit 32b738124e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"