mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 05:18:23 +02:00
dhcp: include sys/resource.h in nm-sd-adapt.h
As we don't provide "missing.h" header from systemd, we lack some includes. Include <sys/resource.h> in nm-sd-adapt.h for struct rlimit.
This commit is contained in:
parent
fd31714121
commit
2dcb097e99
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <sys/syscall.h>
|
||||
|
||||
#include <net/if_arp.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "nm-logging.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue