diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-08 07:06:36 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-08 07:06:36 +0000 |
| commit | cc801e51faec0b896f3c9df979bf8fe9111b0cc2 (patch) | |
| tree | 5f288247fe116e36f54193ee16245445230a60a1 /lib9/runetype.c | |
| parent | 1a6dfa922f13a95239c29841fc123a1d6caff599 (diff) | |
replace u.h/libc.h by lib9.h
Diffstat (limited to 'lib9/runetype.c')
| -rw-r--r-- | lib9/runetype.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib9/runetype.c b/lib9/runetype.c index d5068744..f3ec5e26 100644 --- a/lib9/runetype.c +++ b/lib9/runetype.c @@ -1,5 +1,4 @@ -#include <u.h> -#include <libc.h> +#include "lib9.h" Rune*_runebsearch(Rune c, Rune *t, int n, int ne); |
