diff options
Diffstat (limited to 'src/lib9/utf/runestrstr.c')
-rw-r--r-- | src/lib9/utf/runestrstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/utf/runestrstr.c b/src/lib9/utf/runestrstr.c index 48583a3d..8be7a032 100644 --- a/src/lib9/utf/runestrstr.c +++ b/src/lib9/utf/runestrstr.c @@ -13,8 +13,8 @@ */ #include <stdarg.h> #include <string.h> +#include "plan9.h" #include "utf.h" -#include "utfdef.h" /* * Return pointer to first occurrence of s2 in s1, |