]> git.proxmox.com Git - mirror_frr.git/blobdiff - tools/start-stop-daemon.c
*: fix config.h/zebra.h include order
[mirror_frr.git] / tools / start-stop-daemon.c
index de58e0a20e2b75756bc168828a9563872ad033da..e1cce85557a3e9528bc929ca63a9fb37446510fc 100644 (file)
  *   the whole automake/config.h dance.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_LXC
 #define _GNU_SOURCE
 #include <sched.h>
 #endif /* HAVE_LXC */
 
 #include <stddef.h>
+#undef VERSION
 #define VERSION "1.9.18"
 
 #define MIN_POLL_INTERVAL 20000 /*us*/