From ba4370f8dff140cf56a84227a65c95123f3f75f7 Mon Sep 17 00:00:00 2001 From: Vyacheslav Reutskiy Date: Tue, 17 Jan 2017 14:35:27 +0200 Subject: [PATCH] evil: include "sys/types.h" where is define off_t --- src/lib/evil/regex/regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/evil/regex/regex.h b/src/lib/evil/regex/regex.h index 2288c49ae4..b521b3a024 100644 --- a/src/lib/evil/regex/regex.h +++ b/src/lib/evil/regex/regex.h @@ -2,6 +2,7 @@ #define _REGEX_H_ /* never again */ #include +#include /* ========= begin header generated by ../src/lib/evil/regex/mkh.sh ========= */ #ifdef __cplusplus