aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/alpha/hello-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/alpha/hello-alpha.c')
-rw-r--r--tests/tcg/alpha/hello-alpha.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/alpha/hello-alpha.c b/tests/tcg/alpha/hello-alpha.c
index 79892e6..84e43b2 100644
--- a/tests/tcg/alpha/hello-alpha.c
+++ b/tests/tcg/alpha/hello-alpha.c
@@ -1,3 +1,5 @@
+#include <unistd.h>
+
int main (void)
{
write (1, "hello\n", 6);