diff options
Diffstat (limited to 'src/common/procmon.h')
-rw-r--r-- | src/common/procmon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/procmon.h b/src/common/procmon.h index 80a2bf9636..46b6435af6 100644 --- a/src/common/procmon.h +++ b/src/common/procmon.h @@ -9,10 +9,10 @@ #ifndef TOR_PROCMON_H #define TOR_PROCMON_H -#include "compat.h" -#include "compat_libevent.h" +#include "common/compat.h" +#include "common/compat_libevent.h" -#include "torlog.h" +#include "common/torlog.h" typedef struct tor_process_monitor_t tor_process_monitor_t; |