cleanups
[util-vserver.git] / util-vserver / src / vreboot.c
index 62e2ee0..37062bd 100644 (file)
        Used to send a reboot message to the reboot manager. It opens /dev/reboot
        and write "reboot\n".
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>