dhcp: fix building without sys/auxv.h

This commit is contained in:
Jiří Klimeš
2014-11-07 13:48:25 +01:00
parent 4160f6c590
commit 8e99b44f08

View File

@@ -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>