Add errno.h
[oweals/busybox.git] / test.c
diff --git a/test.c b/test.c
index d1a0b6025120404fb801150fe69c9954914ad9c4..ba6feb033e879c616af48d586d29b03ffd4ce7e0 100644 (file)
--- a/test.c
+++ b/test.c
@@ -156,8 +156,8 @@ struct t_op {
        {0,     0,      0}
 };
 
-char **t_wp;
-struct t_op const *t_wp_op;
+static char **t_wp;
+static struct t_op const *t_wp_op;
 static gid_t *group_array = NULL;
 static int ngroups;