diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/tdef_vty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/vty/tdef_vty.h b/include/osmocom/vty/tdef_vty.h index 3027913d..6334d5ba 100644 --- a/include/osmocom/vty/tdef_vty.h +++ b/include/osmocom/vty/tdef_vty.h @@ -25,6 +25,9 @@ #pragma once #include <stdint.h> +#include <stdarg.h> + +#include <osmocom/vty/command.h> struct vty; |