- Timestamp:
- Dec 11, 2005 4:02:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/kDepPre.c
r342 r343 39 39 # include <dirent.h> 40 40 #endif 41 #ifndef __WIN32__ 42 # include <unistd.h> 43 #endif 41 44 42 45 #ifdef HAVE_FGETC_UNLOCKED … … 474 477 * Add it. 475 478 */ 476 pDep = malloc(sizeof(*pDep) + cchFilename);479 pDep = (PDEP)malloc(sizeof(*pDep) + cchFilename); 477 480 if (!pDep) 478 481 {
Note:
See TracChangeset
for help on using the changeset viewer.