From 1c287fba597a1712878541e78146c9eb24eac614 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 5 Aug 2015 21:48:35 -0400 Subject: RT3990: Fix #include path. Signed-off-by: Rich Salz Reviewed-by: Tim Hudson (cherry picked from commit 1125245997dac232a0c0867b6c858cda4e549c6d) --- crypto/ppccap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 2b7f704..74af473 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -7,7 +7,7 @@ #if defined(__linux) || defined(_AIX) # include #endif -#include +#include #include #include "ppc_arch.h" -- 1.7.12.1