aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn/e.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-01-06 18:15:40 +0000
committerrsc <devnull@localhost>2006-01-06 18:15:40 +0000
commit749481f20033670090308cb05ba98ef27912cb7d (patch)
treed500c64567c16e524f8057391c3cb8feb3e77fa7 /src/cmd/eqn/e.h
parented0601ee18c398553b2f67ea5c2618ae306a6ad5 (diff)
downloadplan9port-749481f20033670090308cb05ba98ef27912cb7d.tar.gz
plan9port-749481f20033670090308cb05ba98ef27912cb7d.tar.bz2
plan9port-749481f20033670090308cb05ba98ef27912cb7d.zip
use inttypes
Diffstat (limited to 'src/cmd/eqn/e.h')
-rw-r--r--src/cmd/eqn/e.h2
1 files changed, 1 insertions, 1 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 <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <stdint.h>
+#include <inttypes.h>
#undef sqrt
#define sqrt p9_sqrt