aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/utf/runestrcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/utf/runestrcpy.c')
-rw-r--r--src/lib9/utf/runestrcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/utf/runestrcpy.c b/src/lib9/utf/runestrcpy.c
index 9d7aa026..b8c2411f 100644
--- a/src/lib9/utf/runestrcpy.c
+++ b/src/lib9/utf/runestrcpy.c
@@ -13,8 +13,8 @@
*/
#include <stdarg.h>
#include <string.h>
+#include "plan9.h"
#include "utf.h"
-#include "utfdef.h"
Rune*
runestrcpy(Rune *s1, Rune *s2)