summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsd/Platform.h4
-rw-r--r--unsupported/Platform.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index d8dea1b1..6665093d 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -11,8 +11,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
-#include "SignalsPanel.h"
#include "BatteryMeter.h"
+#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
void Platform_setTasksValues(Meter* this);
+char* Platform_getProcessEnv(pid_t pid);
+
#endif
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 155b2d30..ec1649d5 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
bool Process_isThread(Process* this);
+char* Platform_getProcessEnv(pid_t pid);
#endif