Fixed a build error.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn 2005-02-02 05:50:15 +00:00
parent bee723280c
commit 46300880d2

View File

@ -22,6 +22,9 @@ extern char **argv_save;
extern thread_id __main_thread_id;
extern char **environ;
extern char **__libc_argv;
extern int __libc_argc;
/* The argument list is redundant, but that is for keeping BeOS compatibility.
* BeOS doesn't have the last pointer, though.