From 749481f20033670090308cb05ba98ef27912cb7d Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 6 Jan 2006 18:15:40 +0000 Subject: use inttypes --- src/cmd/eqn/e.h | 2 +- src/lib9/fmt/plan9.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/eqn/e.h b/src/cmd/eqn/e.h index f34c46cf..432f4eac 100644 --- a/src/cmd/eqn/e.h +++ b/src/cmd/eqn/e.h @@ -2,7 +2,7 @@ #include #include #include -#include +#include #undef sqrt #define sqrt p9_sqrt diff --git a/src/lib9/fmt/plan9.h b/src/lib9/fmt/plan9.h index 22fa7f0c..0872ac71 100644 --- a/src/lib9/fmt/plan9.h +++ b/src/lib9/fmt/plan9.h @@ -1,4 +1,4 @@ -#include +#include /* * compiler directive on Plan 9 -- cgit v1.2.3