]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_py.c
Merge pull request #11076 from routingrocks/vrrp_master_ad_cli
[mirror_frr.git] / lib / command_py.c
index 90344ae1e599da5c66ab32e84da39a1c2d4bc46b..6301eec5e8ee1c6ee2604125bdccc79e222fc962 100644 (file)
@@ -28,6 +28,9 @@
  * setup & these trample over each other.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <Python.h>
 #include "structmember.h"
 #include <string.h>