Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
7baad64
)
ram: Move up includes
author
Aaron Marcher <
[email protected]
>
Sun, 29 Apr 2018 18:00:38 +0000
(20:00 +0200)
committer
Aaron Marcher <
[email protected]
>
Sun, 29 Apr 2018 18:00:38 +0000
(20:00 +0200)
components/ram.c
patch
|
blob
|
history
diff --git
a/components/ram.c
b/components/ram.c
index
b200882
..
55ec5b9
100644
(file)
--- a/
components/ram.c
+++ b/
components/ram.c
@@
-1,5
+1,11
@@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
+#if defined (__OpenBSD__)
+#include <sys/types.h>
+#include <sys/sysctl.h>
+#include <stdlib.h>
+#include <unistd.h>
+#endif
#include "../util.h"
@@
-52,11
+58,6
@@
ram_used(void)
NULL;
}
#elif defined(__OpenBSD__)
-#include <sys/types.h>
-#include <sys/sysctl.h>
-#include <stdlib.h>
-#include <unistd.h>
-
inline int
load_uvmexp(struct uvmexp *uvmexp)
{