Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1595 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-05-03 15:11:17 +00:00
parent 1f84e5ac57
commit ca3d4db1e3
1 changed files with 1 additions and 1 deletions

View File

@ -11984,7 +11984,7 @@ static int Jim_EnvCoreCommand(Jim_Interp *interp, int argc,
if (argc == 1) {
#ifndef HAVE_UNISTD_H
#if ! HAVE_UNISTD_H || IS_DARWIN
extern char **environ;
#endif