Commit: 501c11d22dda37b86b53614528f46a99ffd3f36e
Parent: 5b20775ed74c339deb9dcd609f28861c5bfaf158
Author: opask
Date: Wed, 14 Nov 2018 23:27:57 -0700
openbsd.c: move includes to inside ifdef
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/openbsd.c b/openbsd.c
@@ -1,12 +1,12 @@
+#include "status.h"
+
+#if defined(__OpenBSD__)
+
#include <fcntl.h>
#include <machine/apmvar.h>
#include <sys/ioctl.h>
#include <unistd.h>
-#include "status.h"
-
-#if defined(__OpenBSD__)
-
int
getvol(const char *card, const char *output)
{