From 0086809a82b595dd5f421601f9edec30509228dd Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 18 Oct 2015 10:48:17 -0500 Subject: [PATCH] update apps.h include --- apps/openssl/certhash_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openssl/certhash_win.c b/apps/openssl/certhash_win.c index be57e2a..8238ff7 100644 --- a/apps/openssl/certhash_win.c +++ b/apps/openssl/certhash_win.c @@ -3,7 +3,7 @@ * certhash dummy implementation for platforms without symlinks */ -#include +#include "apps.h" int certhash_main(int argc, char **argv)