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.
This commit is contained in:
Hamish Coleman 2023-06-16 09:59:03 +01:00
parent 3e47641630
commit 852fc6ea8f

View File

@ -17,12 +17,15 @@
*/ */
#include "n2n.h" #include "config.h" // for HAVE_ZSTD
#ifdef HAVE_ZSTD #ifdef HAVE_ZSTD
#include "n2n.h"
typedef struct transop_zstd { typedef struct transop_zstd {
// no local data // no local data
} transop_zstd_t; } transop_zstd_t;