From 2ee4f47df4760c55ae414baf42fc53847bc08ea4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Sep 2014 10:12:23 -0600 Subject: [PATCH] Path segments reversed in include file path. Noted by Brennan Ashton --- crypto/cryptodev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/cryptodev.c b/crypto/cryptodev.c index e9b57aa6937..f6753effb58 100644 --- a/crypto/cryptodev.c +++ b/crypto/cryptodev.c @@ -47,8 +47,8 @@ #include -#include -#include +#include +#include /**************************************************************************** * Private Function Prototypes