test: unbreak FreeBSD

This commit is contained in:
Evgeniy Khramtsov 2021-06-21 11:42:56 +03:00 committed by Wim Taymans
parent 6186fc775d
commit c3d7561d17
3 changed files with 5 additions and 2 deletions

View file

@ -36,7 +36,9 @@
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
#include <syscall.h>
#if HAVE_PIDFD_OPEN
#include <sys/syscall.h>
#endif
#if HAVE_LIBCAP
#include <sys/capability.h>
#endif