Must define types before using them
authorCharles Crayne <chuck@thor.crayne.org>
Fri, 12 Oct 2007 03:32:33 +0000 (20:32 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Fri, 12 Oct 2007 03:32:33 +0000 (20:32 -0700)
test/cofftest.c
test/elftest.c
test/objlink.c

index 0ffce3e..77f610f 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <stdio.h>
+#include <inttypes.h>
 
 extern int lrotate(int32_t, int);
 extern void greet(void);
index e6f472e..8dd57a2 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <stdio.h>
+#include <inttypes.h>
 
 extern int lrotate(int32_t, int);
 extern void greet(void);
index 982ca59..b767b01 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <stdio.h>
+#include <inttypes.h>
 
 int8_t text[] = "hello, world\n";