]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Cleanup mtracebis.c header inclusion a tiny bit
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:00:51 +0000 (16:00 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:07:48 +0000 (16:07 -0400)
The header inclusion in mtracebis.c should include zebra.h
and not config.h.  There are other issues that need to
be worked through as well, but we can do this in the future.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/mtracebis.c

index 65c495eff04502a6f0ca35e74be2d362f4d0aa30..dd9576275411c0a88d0dfe8e1210121427314665 100644 (file)
@@ -17,9 +17,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include <zebra.h>
 
 #ifdef __linux__