From: Dejan L. <dlo...@us...> - 2004-06-13 18:30:33
|
Update of /cvsroot/rtk/rtk/src/core/platform/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7991 Modified Files: File.cpp Log Message: fixed bug sys/stat Index: File.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/platform/linux/File.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** File.cpp 13 Jun 2004 17:25:50 -0000 1.8 --- File.cpp 13 Jun 2004 18:30:18 -0000 1.9 *************** *** 52,56 **** #include <unistd.h> #include <sys/file.h> ! #include <stat.h> namespace Rtk --- 52,56 ---- #include <unistd.h> #include <sys/file.h> ! #include <sys/stat.h> namespace Rtk |