summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index 971c7bf5..a59d2ef5 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -12,7 +12,6 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
-#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@@ -36,6 +35,9 @@ extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
+/*
+ * See /usr/include/sys/signal.h
+ */
extern SignalItem Platform_signals[];
extern unsigned int Platform_numberOfSignals;