aboutsummaryrefslogtreecommitdiff
path: root/sys/rt/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rt/env.c')
-rw-r--r--sys/rt/env.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/rt/env.c b/sys/rt/env.c
index ddd559d..be710ae 100644
--- a/sys/rt/env.c
+++ b/sys/rt/env.c
@@ -1,3 +1,4 @@
+#include <u.h>
#include <rt.h>
-char *rtĀ·environ = 0;
+char **rtĀ·environ = 0;