summaryrefslogtreecommitdiff
path: root/include/exec/helper-proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/helper-proto.h')
-rw-r--r--include/exec/helper-proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/helper-proto.h b/include/exec/helper-proto.h
index effdd4383a..00901370ed 100644
--- a/include/exec/helper-proto.h
+++ b/include/exec/helper-proto.h
@@ -4,7 +4,7 @@
#ifndef HELPER_PROTO_H
#define HELPER_PROTO_H 1
-#include <exec/helper-head.h>
+#include "exec/helper-head.h"
#define DEF_HELPER_FLAGS_0(name, flags, ret) \
dh_ctype(ret) HELPER(name) (void);