From 26effa7328e86ce4b51d0ac48acae9963d639a4f Mon Sep 17 00:00:00 2001 From: Brent Cook <bcook@rapid7.com> Date: Tue, 10 Mar 2015 09:07:56 -0500 Subject: [PATCH] fix include path --- c/meterpreter/source/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/meterpreter/source/common/common.h b/c/meterpreter/source/common/common.h index fc3d7447..38279e33 100644 --- a/c/meterpreter/source/common/common.h +++ b/c/meterpreter/source/common/common.h @@ -37,7 +37,7 @@ #undef X509_CERT_PAIR #undef X509_NAME -#include "openssl/ssl.h" +#include <openssl/ssl.h> #ifdef _UNIX #include "compat_types.h"