summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/OpenBSDCRT.h4
-rw-r--r--openbsd/Platform.h4
2 files changed, 5 insertions, 3 deletions
diff --git a/openbsd/OpenBSDCRT.h b/openbsd/OpenBSDCRT.h
index 3af9787d..c48309a7 100644
--- a/openbsd/OpenBSDCRT.h
+++ b/openbsd/OpenBSDCRT.h
@@ -1,7 +1,7 @@
/* Do not edit this file. It was automatically generated. */
-#ifndef HEADER_UnsupportedCRT
-#define HEADER_UnsupportedCRT
+#ifndef HEADER_OpenBSDCRT
+#define HEADER_OpenBSDCRT
/*
htop - UnsupportedCRT.h
(C) 2014 Hisham H. Muhammad
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;