summaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.c
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2021-04-24 09:50:51 +0530
committerBenBE <BenBE@geshi.org>2021-06-26 12:18:37 +0200
commit497f468ed085341ad93e124f20f119cb4836bb80 (patch)
tree502867d5cdbfaa9a1c15cd541fd0fda64916a90f /netbsd/Platform.c
parent9b6cecfedee33e6632897d21e9c85b6dffba3c08 (diff)
Fix include paths and minor whitespace issues
Diffstat (limited to 'netbsd/Platform.c')
-rw-r--r--netbsd/Platform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/netbsd/Platform.c b/netbsd/Platform.c
index ef70631d..480d2b22 100644
--- a/netbsd/Platform.c
+++ b/netbsd/Platform.c
@@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "Platform.h"
+#include "netbsd/Platform.h"
#include <errno.h>
#include <kvm.h>
@@ -31,8 +31,8 @@ in the source distribution for its full text.
#include "Macros.h"
#include "MemoryMeter.h"
#include "Meter.h"
-#include "NetBSDProcess.h"
-#include "NetBSDProcessList.h"
+#include "netbsd/NetBSDProcess.h"
+#include "netbsd/NetBSDProcessList.h"
#include "ProcessList.h"
#include "Settings.h"
#include "SignalsPanel.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy