From 852fc6ea8f1b605d92ebbb0f940007e9db99aa97 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 16 Jun 2023 09:59:03 +0100 Subject: [PATCH] Minimal update to transform_zstd suggested by iwyu. This file was not active during the iwyu run, so it will need to be expanded upon later. --- src/transform_zstd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/transform_zstd.c b/src/transform_zstd.c index c39ec3b..33aef23 100644 --- a/src/transform_zstd.c +++ b/src/transform_zstd.c @@ -17,12 +17,15 @@ */ -#include "n2n.h" +#include "config.h" // for HAVE_ZSTD #ifdef HAVE_ZSTD +#include "n2n.h" + + typedef struct transop_zstd { // no local data } transop_zstd_t;