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"