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
This commit is contained in:
Pau Espin 2019-09-05 13:49:05 +02:00 committed by pespin
parent 77cd10f0db
commit 097b5099c4
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#pragma once
#include <stdint.h>
#include <stdarg.h>
#include <osmocom/vty/command.h>
struct vty;