mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-22 23:10:18 +01:00
core: add missing system includes
for: open(2), close(2), etc. for types like ssize_t
This commit is contained in:
parent
2735205eb0
commit
015fe77b2c
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dbus/dbus-glib-lowlevel.h>
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue