From: Hans-Bernhard B. <br...@us...> - 2003-09-15 10:59:08
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs1:/tmp/cvs-serv25694/src Modified Files: vp.h Log Message: Include <sys/types.h> before <sys/stat.h> Index: vp.h =================================================================== RCS file: /cvsroot/cscope/cscope/src/vp.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** vp.h 28 Jul 2002 15:40:07 -0000 1.5 --- vp.h 15 Sep 2003 10:59:05 -0000 1.6 *************** *** 54,57 **** --- 54,58 ---- #endif + #include <sys/types.h> #include <sys/stat.h> |