]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: add compiler.h to zebra.h
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 3 Apr 2018 14:54:40 +0000 (10:54 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 10 Apr 2018 19:33:32 +0000 (15:33 -0400)
The definitions in compiler.h should be globally available.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/zebra.h

index b9a795d16099894beac1f9adb4c63cb60d0c87b5..ab5ff79d669acbf0b44b4e0c1af68c509ec604df 100644 (file)
@@ -25,6 +25,8 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#include "compiler.h"
+
 #ifdef SUNOS_5
 #define _XPG4_2
 typedef unsigned int u_int32_t;