diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
commit | c8e0e909b4a8d18319fc65434a10dc446434817c (patch) | |
tree | eee91e7d2ce229dd043811eae8f1e2bd78061916 /synchronization.h | |
parent | 5.2 (diff) | |
download | FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.gz FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.bz2 FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.zip |
5.3
Diffstat (limited to 'synchronization.h')
-rw-r--r-- | synchronization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronization.h b/synchronization.h index cbe3937d..4dcd8402 100644 --- a/synchronization.h +++ b/synchronization.h @@ -7,10 +7,10 @@ #ifndef SYNCHRONIZATION_H_INCLUDED #define SYNCHRONIZATION_H_INCLUDED +#include <zen/process_priority.h> #include "file_hierarchy.h" #include "lib/process_xml.h" #include "process_callback.h" -#include <zen/process_status.h> namespace zen |