Add support for native vpp_lite (non-dpdk) platform
[vpp.git] / vnet / vnet / ipsec / esp.h
index 3d46a01..b44c26e 100644 (file)
@@ -12,7 +12,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#if DPDK==1
 #include <vnet/devices/dpdk/dpdk.h>
+#endif
 
 #include <openssl/hmac.h>
 #include <openssl/rand.h>