mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
getenv() needs a prototype for Solaris.
This commit is contained in:
parent
9d08215def
commit
c386912e01
@ -20,6 +20,8 @@
|
||||
//#include "prmem.h"
|
||||
//#include "plstr.h"
|
||||
|
||||
#include "stdlib.h" // getenv() on Solaris/CC
|
||||
|
||||
/** -------------------------------------------------------
|
||||
* Construct the nsDeviceContextSpecGTK
|
||||
* @update dc 12/02/98
|
||||
|
@ -20,6 +20,8 @@
|
||||
//#include "prmem.h"
|
||||
//#include "plstr.h"
|
||||
|
||||
#include "stdlib.h" // getenv() on Solaris/CC
|
||||
|
||||
/** -------------------------------------------------------
|
||||
* Construct the nsDeviceContextSpecGTK
|
||||
* @update dc 12/02/98
|
||||
|
Loading…
Reference in New Issue
Block a user