From 28460a68df9259355fa0d80baa1a15bd1673f91c Mon Sep 17 00:00:00 2001 From: dm <63462205+dme6@users.noreply.github.com> Date: Thu, 26 May 2022 18:11:44 -0600 Subject: [PATCH] Include stdio.h --- ecdh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ecdh.c b/ecdh.c index e2cc5d3..852fed8 100644 --- a/ecdh.c +++ b/ecdh.c @@ -36,6 +36,7 @@ https://www.ietf.org/rfc/rfc4492.txt */ +#include #include #include "ecdh.h"