libDtTerm: add include <stdio.h> so FILE is properly defined.
authorJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 07:21:40 +0000 (00:21 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 07:21:40 +0000 (00:21 -0700)
commitb147e0ce12dac6061ead3b9f699cb190381fb5b0
tree4806b829ece4a189478f6bc95825871e3f4ecdec
parent4d48253234d5b869c55df2edee42b87f08cb04fa
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.
cde/lib/DtTerm/TermPrim/TermPrimDebug.h