Changeset 342 for trunk/src


Ignore:
Timestamp:
Dec 11, 2005, 4:21:03 AM (20 years ago)
Author:
bird
Message:

PATH_MAX requires limits.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kDepPre/kDepPre.c

    r338 r342  
    3131#include <errno.h>
    3232#include <ctype.h>
     33#include <limits.h>
    3334#include <sys/stat.h>
    3435#ifdef __WIN32__
    35 #include <windows.h>
     36# include <windows.h>
    3637#endif
    3738#if !defined(__WIN32__) && !defined(__OS2__)
Note: See TracChangeset for help on using the changeset viewer.