Skip to content

Commit 7e97bfe

Browse files
committed
Add missing includes.
1 parent 0766c3e commit 7e97bfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libbattery.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
#include <sys/stat.h>
1717
#include <fcntl.h>
1818
#include <stdbool.h>
19+
#include <stdlib.h>
1920
#include <dirent.h>
21+
#include <unistd.h>
2022

2123
#include "battery.h"
2224

0 commit comments

Comments
 (0)