summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h2
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
bgstack15