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_
|
#ifndef _CLIXON_DEBUG_H_
|
||||||
#define _CLIXON_DEBUG_H_
|
#define _CLIXON_DEBUG_H_
|
||||||
|
|
||||||
|
#include "clixon_xml.h" /* for cxobj */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,8 @@
|
||||||
#ifndef _CLIXON_ERR_H_
|
#ifndef _CLIXON_ERR_H_
|
||||||
#define _CLIXON_ERR_H_
|
#define _CLIXON_ERR_H_
|
||||||
|
|
||||||
|
#include "clixon_xml.h" /* for cxobj */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,8 @@
|
||||||
#ifndef _CLIXON_LOG_H_
|
#ifndef _CLIXON_LOG_H_
|
||||||
#define _CLIXON_LOG_H_
|
#define _CLIXON_LOG_H_
|
||||||
|
|
||||||
|
#include "clixon_xml.h" /* for cxobj */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,8 @@
|
||||||
#ifndef _CLIXON_XML_H
|
#ifndef _CLIXON_XML_H
|
||||||
#define _CLIXON_XML_H
|
#define _CLIXON_XML_H
|
||||||
|
|
||||||
|
#include "clixon_yang.h" /* for yang_stmt */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue