libDtTerm: add include <stdio.h> so FILE is properly defined.
TermPrim/TermPrimDebug.h references FILE without including the required header file. I am not sure why this hasn't shown up before.
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
*/
|
||||
#ifndef _Dt_TermPrimDebug_h
|
||||
#define _Dt_TermPrimDebug_h
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define isDebugFSet _DtTermPrimIsDebugFSet
|
||||
#define isDebugSet(c) isDebugFSet((c), 0)
|
||||
#define setDebugFlags _DtTermPrimSetDebugFlags
|
||||
|
||||
Reference in New Issue
Block a user