battery: Updates for OpenBSD
This commit is contained in:
parent
10b006ffb2
commit
00b88c2725
1 changed files with 2 additions and 1 deletions
|
@ -17,11 +17,12 @@
|
|||
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
|
||||
#include <machine/apmvar.h>
|
||||
#include <stdint.h>
|
||||
#include <err.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <machine/apmvar.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "battery.h"
|
||||
|
|
Loading…
Reference in a new issue