summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 3a801ba..173346c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -17,7 +17,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include "job.h"
+#include "scheduler.h"
#include "process.h"
#include "error.h"
#include "multilog.h"