]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: fix build failure with gnutls
authorLuca Boccassi <bluca@debian.org>
Fri, 27 Oct 2023 12:52:21 +0000 (13:52 +0100)
committerLuca Boccassi <bluca@debian.org>
Fri, 27 Oct 2023 12:54:10 +0000 (13:54 +0100)
Follow-up for bd1ae178336a3d9143fe

src/resolve/resolved-dnstls-gnutls.c

index 61f38ef4b4ca9bfcca7f821951e3d47fc2406b3e..6ac026ee7942f942ac3914846c830a4c709806a7 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <gnutls/socket.h>
 
-#include "io-util.h"
+#include "iovec-util.h"
 #include "resolved-dns-stream.h"
 #include "resolved-dnstls.h"
 #include "resolved-manager.h"