* libF77/getenv_.c: Include stdlib.h.

From-SVN: r26385
This commit is contained in:
Mumit Khan 1999-04-12 20:42:45 +00:00 committed by Jeff Law
parent d4ecc3778c
commit d78b684f61
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Apr 12 21:38:14 1999 Mumit Khan <khan@xraylith.wisc.edu>
* libF77/getenv_.c: Include stdlib.h.
Sun Apr 11 23:30:42 1999 Mumit Khan <khan@xraylith.wisc.edu>
* libU77/dtime_.c: Handle all variants of WIN32.

View File

@ -1,5 +1,10 @@
#include "f2c.h"
#ifndef KR_headers
#undef abs
#include <stdlib.h>
#endif
/*
* getenv - f77 subroutine to return environment variables
*