1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

test-dnssec: Allow builds without libgcrypt (#7850) (#7850)

Fixes: #7845
This commit is contained in:
Michal Koutný 2018-01-11 12:28:32 +01:00 committed by Lennart Poettering
parent 99127d20ce
commit 4848b1f91a

View File

@ -19,7 +19,9 @@
***/
#include <arpa/inet.h>
#if HAVE_GCRYPT
#include <gcrypt.h>
#endif
#include <netinet/in.h>
#include <sys/socket.h>