cf-h3-proxy.c: bring back include

Without it, it breaks regular (non-unity) builds.

Fix regression from 7e1001bcd6

Closes #21785
This commit is contained in:
Daniel Stenberg 2026-05-27 22:56:01 +02:00
parent 1c302362e0
commit 4f8ed62c49
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -28,6 +28,7 @@
defined(USE_NGTCP2) && defined(USE_OPENSSL)
#include <ngtcp2/ngtcp2.h>
#include <ngtcp2/ngtcp2_crypto.h>
#ifdef USE_OPENSSL
#include <openssl/err.h>