Fix compilation when HAVE_UNISTD_H is not defined.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1596 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-05-03 15:21:40 +00:00
parent ca3d4db1e3
commit 6f449ff098
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) {
#if ! HAVE_UNISTD_H || IS_DARWIN
#if !defined(HAVE_UNISTD_H) || IS_DARWIN
extern char **environ;
#endif