diff options
author | ben <ben@rana> | 2016-04-26 22:23:44 -0500 |
---|---|---|
committer | ben <ben@rana> | 2016-04-26 22:23:44 -0500 |
commit | 0a460e1722c50e31653359f8a86fe0b606d2b513 (patch) | |
tree | b5a00bbfc883aa98709db012e0a7bacc67e234af /sys/src/libregexp/regerror.c | |
parent | 651d6c2bc68e7e5224c3ba41b094e37b1c1890ed (diff) |
New libregexp and APE ported to native
Diffstat (limited to 'sys/src/libregexp/regerror.c')
-rw-r--r-- | sys/src/libregexp/regerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libregexp/regerror.c b/sys/src/libregexp/regerror.c index 92b73a0d9..1e0eef175 100644 --- a/sys/src/libregexp/regerror.c +++ b/sys/src/libregexp/regerror.c @@ -1,6 +1,6 @@ #include <u.h> #include <libc.h> -#include "regexp.h" +#include <regexp.h> void regerror(char *s) |