Change in ...libosmocore[master]: tdef_vty.h: Add missing header dependencies

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Sep 5 11:49:49 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/15419


Change subject: tdef_vty.h: Add missing header dependencies
......................................................................

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
---
M include/osmocom/vty/tdef_vty.h
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/19/15419/1

diff --git a/include/osmocom/vty/tdef_vty.h b/include/osmocom/vty/tdef_vty.h
index 3027913..6334d5b 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;
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/15419
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia439a7097ae7a9765e229e5f66e07af3fe490ecc
Gerrit-Change-Number: 15419
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190905/f4a36d28/attachment.htm>


More information about the gerrit-log mailing list