Single waiting function.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 1ad2b94..1c78d18 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -41,6 +41,9 @@
 #include <tchar.h>\r
 #include <windows.h>\r
 #include "service.h"\r
+#include "account.h"\r
+#include "console.h"\r
+#include "env.h"\r
 #include "event.h"\r
 #include "imports.h"\r
 #include "messages.h"\r
@@ -93,6 +96,9 @@ int usage(int);
 */\r
 #define NSSM_KILL_THREADS_GRACE_PERIOD 1500\r
 \r
+/* How many milliseconds to pause after rotating logs. */\r
+#define NSSM_ROTATE_DELAY 0\r
+\r
 /* Margin of error for service status wait hints in milliseconds. */\r
 #define NSSM_WAITHINT_MARGIN 2000\r
 \r