summaryrefslogtreecommitdiffstats
path: root/src/svm
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2020-02-29 01:09:30 +0000
committerDave Barach <openvpp@barachs.net>2020-02-29 17:39:57 +0000
commit695b0e0b3d8db6bbc4c6bd77095133b02813df06 (patch)
treed5312e6f5ad7a836d6e889f4dc5d2d87d1d4be5c /src/svm
parentc75ce4dfffe367874fcefda33ad7469015343be1 (diff)
svm: add explicit dependency on lock for fifo types
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ib363d8167102f4b05bec0624494481d572096c9f
Diffstat (limited to 'src/svm')
-rw-r--r--src/svm/fifo_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svm/fifo_types.h b/src/svm/fifo_types.h
index a80130b0e92..c1e22d11680 100644
--- a/src/svm/fifo_types.h
+++ b/src/svm/fifo_types.h
@@ -19,6 +19,7 @@
#include <svm/ssvm.h>
#include <vppinfra/clib.h>
#include <vppinfra/rbtree.h>
+#include <vppinfra/lock.h>
#define SVM_FIFO_TRACE (0)
#define SVM_FIFO_MAX_EVT_SUBSCRIBERS 7