From: Darren Tucker Date: Tue, 10 Sep 2024 08:45:55 +0000 (+1000) Subject: Wrap stdint.h in ifdef. X-Git-Tag: V_9_9_P1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ff91575a448b19176ceaa8fd6843a25f39d572;p=thirdparty%2Fopenssh-portable.git Wrap stdint.h in ifdef. --- diff --git a/kexmlkem768x25519.c b/kexmlkem768x25519.c index 18730ff8a..679446e97 100644 --- a/kexmlkem768x25519.c +++ b/kexmlkem768x25519.c @@ -28,7 +28,9 @@ #include #include +#ifdef HAVE_STDINT_H #include +#endif #include #include #include