diff options
author | rsc <devnull@localhost> | 2006-01-06 18:15:40 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-01-06 18:15:40 +0000 |
commit | 749481f20033670090308cb05ba98ef27912cb7d (patch) | |
tree | d500c64567c16e524f8057391c3cb8feb3e77fa7 /src/lib9 | |
parent | ed0601ee18c398553b2f67ea5c2618ae306a6ad5 (diff) | |
download | plan9port-749481f20033670090308cb05ba98ef27912cb7d.tar.gz plan9port-749481f20033670090308cb05ba98ef27912cb7d.tar.bz2 plan9port-749481f20033670090308cb05ba98ef27912cb7d.zip |
use inttypes
Diffstat (limited to 'src/lib9')
-rw-r--r-- | src/lib9/fmt/plan9.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> +#include <inttypes.h> /* * compiler directive on Plan 9 |