OpenBSD fixes and updates

I forgot how awful the process name logic was. It was an initial hack to
get it running, and I forgot to clean it up.

I also had to change a few includes and error function uses.
This commit is contained in:
Michael McConville
2016-01-02 11:57:53 -05:00
parent fd5dd6605a
commit 22cfda6332
2 changed files with 27 additions and 28 deletions

View File

@ -11,6 +11,7 @@ in the source distribution for its full text.
*/
#include "Action.h"
#include "SignalsPanel.h"
#include "BatteryMeter.h"
extern ProcessFieldData Process_fields[];