summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index f2d19d16..ebcb8a15 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -26,7 +26,7 @@
#ifndef ERROR_H
#define ERROR_H
-#include "command.h"
+#include <helper/command.h>
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be
* used for __attribute__((format( ... ))), with GCC v4.4 or later