aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/sprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/fmt/sprint.c')
-rw-r--r--src/lib9/fmt/sprint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib9/fmt/sprint.c b/src/lib9/fmt/sprint.c
index ac68851b..8551ca3c 100644
--- a/src/lib9/fmt/sprint.c
+++ b/src/lib9/fmt/sprint.c
@@ -12,7 +12,8 @@
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <stdarg.h>
-#include "fmt.h"
+#include <fmt.h>
+#include "fmtdef.h"
int
sprint(char *buf, char *fmt, ...)