summaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-2.2.0_patches/0005-missing-include.patch
diff options
context:
space:
mode:
authorDave Barach <openvpp@barachs.net>2015-12-16 13:52:56 +0000
committerGerrit Code Review <gerrit@projectrotterdam.info>2015-12-16 13:52:56 +0000
commit806afd651e4ea601f6c9e0f1a3f84372f11fa8bb (patch)
tree1a93e55eeda1b6a6e05b5a0aa20fd9eb9090c5ee /dpdk/dpdk-2.2.0_patches/0005-missing-include.patch
parent18589bbb85b61f605570196a5baf1cd2d13702a3 (diff)
parentbce6b6a6bfbedb4209a7f20c65ebcb018e0432ff (diff)
Merge "Introduce support for DPDK 2.2"
Diffstat (limited to 'dpdk/dpdk-2.2.0_patches/0005-missing-include.patch')
-rw-r--r--dpdk/dpdk-2.2.0_patches/0005-missing-include.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dpdk/dpdk-2.2.0_patches/0005-missing-include.patch b/dpdk/dpdk-2.2.0_patches/0005-missing-include.patch
new file mode 100644
index 00000000000..c6211cd4077
--- /dev/null
+++ b/dpdk/dpdk-2.2.0_patches/0005-missing-include.patch
@@ -0,0 +1,24 @@
+From a8767269f3ee545141e83e5a5f62ff24c29248a9 Mon Sep 17 00:00:00 2001
+From: Damjan Marion <damarion@cisco.com>
+Date: Wed, 16 Dec 2015 04:43:40 +0100
+Subject: [PATCH 5/5] missing include
+
+---
+ lib/librte_eal/linuxapp/eal/eal_timer.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/librte_eal/linuxapp/eal/eal_timer.c b/lib/librte_eal/linuxapp/eal/eal_timer.c
+index 9ceff33..d0792be 100644
+--- a/lib/librte_eal/linuxapp/eal/eal_timer.c
++++ b/lib/librte_eal/linuxapp/eal/eal_timer.c
+@@ -51,6 +51,7 @@
+ #include <rte_memzone.h>
+ #include <rte_eal.h>
+ #include <rte_debug.h>
++#include <rte_lcore.h>
+
+ #include "eal_private.h"
+ #include "eal_internal_cfg.h"
+--
+2.5.0
+