diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 17:42:58 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 17:42:58 +0900 |
commit | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (patch) | |
tree | e9a2322bd3d0e0e73de6d89892836c55f1df3f45 /src | |
parent | bc07d80e0cc1d2f7e72db2c83f2c37e91e2aef44 (diff) |
evil: let's try to get the right header.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evil/regex/regerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evil/regex/regerror.c b/src/lib/evil/regex/regerror.c index e3cbe4b770..5181b804ed 100644 --- a/src/lib/evil/regex/regerror.c +++ b/src/lib/evil/regex/regerror.c | |||
@@ -4,8 +4,8 @@ | |||
4 | #include <ctype.h> | 4 | #include <ctype.h> |
5 | #include <limits.h> | 5 | #include <limits.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
7 | #include <regex.h> | ||
8 | 7 | ||
8 | #include "regex.h" | ||
9 | #include "utils.h" | 9 | #include "utils.h" |
10 | #include "regerror.ih" | 10 | #include "regerror.ih" |
11 | 11 | ||