mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 03:38:09 +02:00
keyfile: include <sys/types.h> for uid_t (bgo #573281)
This commit is contained in:
parent
89c27ea060
commit
c3dfea0e06
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
#ifndef _KEYFILE_PLUGIN_WRITER_H
|
#ifndef _KEYFILE_PLUGIN_WRITER_H
|
||||||
#define _KEYFILE_PLUGIN_WRITER_H
|
#define _KEYFILE_PLUGIN_WRITER_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <nm-connection.h>
|
#include <nm-connection.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue