cmake: Fix plugins .h includes
[vpp.git] / src / plugins / tlsopenssl / CMakeLists.txt
index fac27f5..609be90 100644 (file)
@@ -12,6 +12,7 @@
 # limitations under the License.
 
 if(OPENSSL_FOUND)
+  include_directories(${OPENSSL_INCLUDE_DIR})
   add_vpp_plugin(tlsopenssl
     SOURCES
     tls_openssl.c