summaryrefslogtreecommitdiff
path: root/Is
blob: d6c279cf78f0d9379896c5f6d747ce2fe21a53a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifdef I_PWD
#include <pwd.h>
#endif
#ifdef I_GRP
#include <grp.h>
#endif
#ifdef I_UTIME
#include <utime.h>
#endif
#ifdef I_FCNTL
#include <fcntl.h>
#endif
#ifdef I_SYS_FILE
#include <sys/file.h>
#endif