index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
out.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'out.h')
-rw-r--r--
out.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/out.h b/out.h
index 4cc08ee..04acc6f 100644
--- a/
out.h
+++ b/
out.h
@@ -1,2 +1,3 @@
+#include <stddef.h>
#include <stdint.h>
void main__(void);