diff options
Diffstat (limited to 'include/exec/helper-proto.h')
-rw-r--r-- | include/exec/helper-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/helper-proto.h b/include/exec/helper-proto.h index effdd43..0090137 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); |