summaryrefslogtreecommitdiff
path: root/ex1-8.c
diff options
context:
space:
mode:
Diffstat (limited to 'ex1-8.c')
-rw-r--r--ex1-8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ex1-8.c b/ex1-8.c
index b692948..cc70b64 100644
--- a/ex1-8.c
+++ b/ex1-8.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdint.h>
int main(void) {
int c;
@@ -14,4 +15,4 @@ int main(void) {
}
printf("nl=%ld tb=%ld bl=%ld\n", nl, tb, bl);
return 0;
-} \ No newline at end of file
+}