diff options
Diffstat (limited to 'gmod')
-rw-r--r-- | gmod/gmod/mod_vpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmod/gmod/mod_vpp.c b/gmod/gmod/mod_vpp.c index 4a1da83cacd..572f9ef58ab 100644 --- a/gmod/gmod/mod_vpp.c +++ b/gmod/gmod/mod_vpp.c @@ -21,7 +21,7 @@ #include <vppinfra/clib.h> #include <vppinfra/vec.h> #include <vppinfra/hash.h> -#include <svmdb.h> +#include <svm/svmdb.h> #include <errno.h> mmodule vpp_module; |