diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h index 06c1330e..97d5dc60 100644 --- a/solaris/SolarisProcessList.h +++ b/solaris/SolarisProcessList.h @@ -26,7 +26,7 @@ in the source distribution for its full text. #include #define ZONE_ERRMSGLEN 1024 -char zone_errmsg[ZONE_ERRMSGLEN]; +extern char zone_errmsg[ZONE_ERRMSGLEN]; typedef struct CPUData_ { double userPercent;