From: <mk...@us...> - 2002-12-13 04:37:48
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv12782 Modified Files: stdinc.h Log Message: include Platform.h Index: stdinc.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include/stdinc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stdinc.h 12 Dec 2002 21:10:17 -0000 1.3 --- stdinc.h 13 Dec 2002 04:37:43 -0000 1.4 *************** *** 25,28 **** --- 25,29 ---- #include <fcntl.h> + #include "Platform.h" #include "Config.h" #include "LogStream.h" |