From f533b7780e756e4687015000eb4055e3c0f278c0 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 25 Oct 2001 14:24:59 +0000 Subject: [PATCH] Fix warning. --- crypto/des/des_old.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/des/des_old.c b/crypto/des/des_old.c index b9929ccf59..76f4f5653e 100644 --- a/crypto/des/des_old.c +++ b/crypto/des/des_old.c @@ -73,6 +73,7 @@ */ #include +#include const char *des_options(void) { -- 2.25.1