mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 05:20:36 +01:00
dhcp: fix building without sys/auxv.h
This commit is contained in:
parent
4160f6c590
commit
8e99b44f08
1 changed files with 2 additions and 0 deletions
|
|
@ -30,7 +30,9 @@
|
|||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <elf.h>
|
||||
#ifdef HAVE_SYS_AUXV_H
|
||||
#include <sys/auxv.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue