From 7bb37678b6e00512366994f34ac4bc22aba12ddc Mon Sep 17 00:00:00 2001 From: Nihal Jere Date: Wed, 12 Jan 2022 19:15:55 -0600 Subject: only include stdio when used --- halfsiphash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'halfsiphash.c') diff --git a/halfsiphash.c b/halfsiphash.c index a2f5876..dacfc8e 100644 --- a/halfsiphash.c +++ b/halfsiphash.c @@ -15,8 +15,8 @@ */ #include "halfsiphash.h" #include +#include #include -#include /* default: SipHash-2-4 */ #ifndef cROUNDS @@ -57,6 +57,7 @@ } while (0) #ifdef DEBUG +#include #define TRACE \ do { \ printf("(%3zu) v0 %08" PRIx32 "\n", inlen, v0); \ -- cgit v1.2.3