projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d48253
)
libDtTerm: add include <stdio.h> so FILE is properly defined.
author
Jon Trulson
<jon@radscan.com>
Sun, 9 Mar 2014 07:21:40 +0000
(
00:21
-0700)
committer
Jon Trulson
<jon@radscan.com>
Sun, 9 Mar 2014 07:21:40 +0000
(
00:21
-0700)
TermPrim/TermPrimDebug.h references FILE without including the
required header file. I am not sure why this hasn't shown up before.
cde/lib/DtTerm/TermPrim/TermPrimDebug.h
patch
|
blob
|
history
diff --git
a/cde/lib/DtTerm/TermPrim/TermPrimDebug.h
b/cde/lib/DtTerm/TermPrim/TermPrimDebug.h
index a83e2b20fdf43085e30413f1cd4ea97dd8953503..5f9ecddda594aaebfa93a290f488df85f6e7eba7 100644
(file)
--- a/
cde/lib/DtTerm/TermPrim/TermPrimDebug.h
+++ b/
cde/lib/DtTerm/TermPrim/TermPrimDebug.h
@@
-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