Browse Source

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.
pull/1119/head
Hamish Coleman 1 year ago
parent
commit
852fc6ea8f
  1. 5
      src/transform_zstd.c

5
src/transform_zstd.c

@ -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;

Loading…
Cancel
Save