Fix references to undefined types

This commit is contained in:
Philip Prindeville 2024-01-05 11:12:08 -07:00 committed by Olof Hagsand
parent a94756c799
commit 762c9fcbd8
4 changed files with 8 additions and 0 deletions

View file

@ -40,6 +40,8 @@
#ifndef _CLIXON_DEBUG_H_
#define _CLIXON_DEBUG_H_
#include "clixon_xml.h" /* for cxobj */
/*
* Constants
*/

View file

@ -43,6 +43,8 @@
#ifndef _CLIXON_ERR_H_
#define _CLIXON_ERR_H_
#include "clixon_xml.h" /* for cxobj */
/*
* Constants
*/

View file

@ -40,6 +40,8 @@
#ifndef _CLIXON_LOG_H_
#define _CLIXON_LOG_H_
#include "clixon_xml.h" /* for cxobj */
/*
* Constants
*/

View file

@ -43,6 +43,8 @@
#ifndef _CLIXON_XML_H
#define _CLIXON_XML_H
#include "clixon_yang.h" /* for yang_stmt */
/*
* Constants
*/