Damjan Marion | bce6b6a | 2015-12-16 04:27:37 +0100 | [diff] [blame] | 1 | From a8767269f3ee545141e83e5a5f62ff24c29248a9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Damjan Marion <damarion@cisco.com> |
| 3 | Date: Wed, 16 Dec 2015 04:43:40 +0100 |
| 4 | Subject: [PATCH 5/5] missing include |
| 5 | |
| 6 | --- |
| 7 | lib/librte_eal/linuxapp/eal/eal_timer.c | 1 + |
| 8 | 1 file changed, 1 insertion(+) |
| 9 | |
| 10 | diff --git a/lib/librte_eal/linuxapp/eal/eal_timer.c b/lib/librte_eal/linuxapp/eal/eal_timer.c |
| 11 | index 9ceff33..d0792be 100644 |
| 12 | --- a/lib/librte_eal/linuxapp/eal/eal_timer.c |
| 13 | +++ b/lib/librte_eal/linuxapp/eal/eal_timer.c |
| 14 | @@ -51,6 +51,7 @@ |
| 15 | #include <rte_memzone.h> |
| 16 | #include <rte_eal.h> |
| 17 | #include <rte_debug.h> |
| 18 | +#include <rte_lcore.h> |
| 19 | |
| 20 | #include "eal_private.h" |
| 21 | #include "eal_internal_cfg.h" |
| 22 | -- |
| 23 | 2.5.0 |
| 24 | |