svm: add standard include for __WORDSIZE
[vpp.git] / src / svm / svm_common.h
index 3a3db5d..1f1132a 100644 (file)
@@ -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. */