mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-17 10:30:21 +01:00
Add openbsd missing includes for close() and strcmp()
This commit is contained in:
parent
e495d53661
commit
fed9c33910
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
#include "up-apm-native.h"
|
||||
#include "up-native.h"
|
||||
#include <unistd.h> /* close() */
|
||||
#include <string.h> /* strcmp() */
|
||||
|
||||
/* XXX why does this macro needs to be in the .c ? */
|
||||
G_DEFINE_TYPE (UpApmNative, up_apm_native, G_TYPE_OBJECT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue