diff options
-rw-r--r-- | src/svm/svm_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svm/svm_common.h b/src/svm/svm_common.h index 3a3db5d2f3c..1f1132afdc2 100644 --- a/src/svm/svm_common.h +++ b/src/svm/svm_common.h @@ -20,6 +20,7 @@ #include <stdarg.h> #include <pthread.h> +#include <sys/user.h> #include <vppinfra/types.h> #define SVM_VERSION ((1<<16) | 1) /* set to declare region ready. */ |