]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: add compiler.h to command.h
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 3 Apr 2018 16:30:11 +0000 (12:30 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 10 Apr 2018 19:33:32 +0000 (15:33 -0400)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.h

index e1edc1ef321901001acf80a271600692b5e19017..8d42e6e664a74019851ae629bc36c18912746104 100644 (file)
@@ -29,6 +29,7 @@
 #include "memory.h"
 #include "hash.h"
 #include "command_graph.h"
+#include "compiler.h"
 
 DECLARE_MTYPE(HOST)
 DECLARE_MTYPE(COMPLETION)