aboutsummaryrefslogtreecommitdiff
path: root/src/common/procmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/procmon.c')
-rw-r--r--src/common/procmon.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/procmon.c b/src/common/procmon.c
index 7703b88afd..c1bee041f8 100644
--- a/src/common/procmon.c
+++ b/src/common/procmon.c
@@ -8,7 +8,11 @@
#include "common/procmon.h"
-#include "common/util.h"
+#include "lib/log/torlog.h"
+#include "lib/log/util_bug.h"
+#include "lib/log/win32err.h"
+#include "lib/malloc/util_malloc.h"
+#include "lib/string/parse_int.h"
#ifdef HAVE_SIGNAL_H
#include <signal.h>
@@ -329,4 +333,3 @@ tor_process_monitor_free_(tor_process_monitor_t *procmon)
tor_free(procmon);
}
-