plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 749481f20033670090308cb05ba98ef27912cb7d
parent ed0601ee18c398553b2f67ea5c2618ae306a6ad5
Author: rsc <devnull@localhost>
Date:   Fri,  6 Jan 2006 18:15:40 +0000

use inttypes

Diffstat:
Msrc/cmd/eqn/e.h | 2+-
Msrc/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 @@ -2,7 +2,7 @@ #include <stdlib.h> #include <string.h> #include <errno.h> -#include <stdint.h> +#include <inttypes.h> #undef sqrt #define sqrt p9_sqrt diff --git a/src/lib9/fmt/plan9.h b/src/lib9/fmt/plan9.h @@ -1,4 +1,4 @@ -#include <stdint.h> +#include <inttypes.h> /* * compiler directive on Plan 9