diff options
author | Damjan Marion <damarion@cisco.com> | 2018-03-16 00:54:30 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-03-16 11:34:53 +0000 |
commit | 8c257205b817d397787a4f1fed1ed03d731d31c8 (patch) | |
tree | aa8961f487a025192e836f0dfa65cb5df9172c68 /src | |
parent | 4b9669dc116f6c9be5ef124e4aff7b201404b6ea (diff) |
Fix sample-plugin build on ubuntu 18.04
Change-Id: Ia10aadc7f969b20e8cd50989230a80e7e21cbff4
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/svm/ssvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/svm/ssvm.h b/src/svm/ssvm.h index 09e1707450b..8677f5680be 100644 --- a/src/svm/ssvm.h +++ b/src/svm/ssvm.h @@ -37,7 +37,6 @@ #include <vppinfra/heap.h> #include <vppinfra/pool.h> #include <vppinfra/format.h> -#include <vppinfra/linux/syscall.h> #ifndef MMAP_PAGESIZE #define MMAP_PAGESIZE (clib_mem_get_page_size()) |