diff options
| author | rsc <devnull@localhost> | 2004-12-26 21:50:14 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-26 21:50:14 +0000 |
| commit | e5aa96acbf9107cd78f2536364c36f9a15751313 (patch) | |
| tree | 9c198bb62564c433c28d2de81a5fb6b782f39903 /src/lib9/fmt/sprint.c | |
| parent | 5c8a0421712a471a00dbf78f7ea054b366ba471b (diff) | |
| download | plan9port-e5aa96acbf9107cd78f2536364c36f9a15751313.tar.gz plan9port-e5aa96acbf9107cd78f2536364c36f9a15751313.zip | |
clean up for unix port
Diffstat (limited to 'src/lib9/fmt/sprint.c')
| -rw-r--r-- | src/lib9/fmt/sprint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/fmt/sprint.c b/src/lib9/fmt/sprint.c index 8551ca3c..8313b169 100644 --- a/src/lib9/fmt/sprint.c +++ b/src/lib9/fmt/sprint.c @@ -13,6 +13,8 @@ */ #include <stdarg.h> #include <fmt.h> +#include "plan9.h" +#include "fmt.h" #include "fmtdef.h" int |
