Fix references to undefined types
This commit is contained in:
parent
a94756c799
commit
762c9fcbd8
4 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
|||
#ifndef _CLIXON_DEBUG_H_
|
||||
#define _CLIXON_DEBUG_H_
|
||||
|
||||
#include "clixon_xml.h" /* for cxobj */
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
#ifndef _CLIXON_ERR_H_
|
||||
#define _CLIXON_ERR_H_
|
||||
|
||||
#include "clixon_xml.h" /* for cxobj */
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@
|
|||
#ifndef _CLIXON_LOG_H_
|
||||
#define _CLIXON_LOG_H_
|
||||
|
||||
#include "clixon_xml.h" /* for cxobj */
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
#ifndef _CLIXON_XML_H
|
||||
#define _CLIXON_XML_H
|
||||
|
||||
#include "clixon_yang.h" /* for yang_stmt */
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue