svm: add explicit dependency on lock for fifo types 57/25557/3
authorFlorin Coras <fcoras@cisco.com>
Sat, 29 Feb 2020 01:09:30 +0000 (01:09 +0000)
committerDave Barach <openvpp@barachs.net>
Sat, 29 Feb 2020 17:39:57 +0000 (17:39 +0000)
Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ib363d8167102f4b05bec0624494481d572096c9f

src/svm/fifo_types.h

index a80130b..c1e22d1 100644 (file)
@@ -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