aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-05 13:49:05 +0200
committerpespin <pespin@sysmocom.de>2019-09-07 22:29:06 +0000
commit097b5099c4a06626b3f3b1380cb56706431cfeac (patch)
treeef63aa174ea4a18633e00f4c32857e4b22b85b45 /include/osmocom
parent77cd10f0db6ebd0e3a5b6d8136470bc4adccdd57 (diff)
tdef_vty.h: Add missing header dependencies
enum node_type is defined in osmocom/vty/command.h va_list is defined in stdarg.h Change-Id: Ia439a7097ae7a9765e229e5f66e07af3fe490ecc
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/vty/tdef_vty.h3
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;