summaryrefslogtreecommitdiff
path: root/test/cofftest.c
diff options
context:
space:
mode:
authorCharles Crayne <chuck@thor.crayne.org>2007-10-11 20:32:33 -0700
committerCharles Crayne <chuck@thor.crayne.org>2007-10-11 20:32:33 -0700
commitb263b504bc6a56dbb56ba8afff1a0c2d3869d64b (patch)
tree5712a54bff15b2d6ba695b5c76a5e3554525bc4e /test/cofftest.c
parent4db5a161289036661a39cf63d9fbd42add016133 (diff)
downloadnasm-b263b504bc6a56dbb56ba8afff1a0c2d3869d64b.tar.gz
Must define types before using them
Diffstat (limited to 'test/cofftest.c')
-rw-r--r--test/cofftest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cofftest.c b/test/cofftest.c
index 0ffce3e3..77f610fc 100644
--- a/test/cofftest.c
+++ b/test/cofftest.c
@@ -6,6 +6,7 @@
*/
#include <stdio.h>
+#include <inttypes.h>
extern int lrotate(int32_t, int);
extern void greet(void);