aboutsummaryrefslogtreecommitdiff
path: root/pcap-dpdk.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-02-08 15:12:44 -0800
committerGuy Harris <guy@alum.mit.edu>2019-02-08 15:12:44 -0800
commit22b620f351564fb391a4a07b26a278942c480fed (patch)
treebd7b977cb062029d986f70e218b2ec5e215b86a9 /pcap-dpdk.c
parentccc5ce4abda323884ccc096fd31985b1d4c9009f (diff)
We need rte_errno.h for rte_strerror() and rte_errno.
Diffstat (limited to 'pcap-dpdk.c')
-rw-r--r--pcap-dpdk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcap-dpdk.c b/pcap-dpdk.c
index 34571462..11dd6a9e 100644
--- a/pcap-dpdk.c
+++ b/pcap-dpdk.c
@@ -93,6 +93,7 @@ env DPDK_CFG="--log-level=debug -l0 -dlibrte_pmd_e1000.so -dlibrte_pmd_ixgbe.so
//header for calling dpdk
#include <rte_config.h>
#include <rte_common.h>
+#include <rte_errno.h>
#include <rte_log.h>
#include <rte_malloc.h>
#include <rte_memory.h>