changeset 2282 | 4efa6c94ef64 |
parent 2255 | fd5d5adee9d9 |
child 2283 | defd5403139a |
2281:adb554c5ce36 | 2282:4efa6c94ef64 |
---|---|
11 |
11 |
12 #include <dirent.h> |
12 #include <dirent.h> |
13 #include <unistd.h> |
13 #include <unistd.h> |
14 #include <sys/stat.h> |
14 #include <sys/stat.h> |
15 #include <time.h> |
15 #include <time.h> |
16 #include <pwd.h> |
|
17 #include <signal.h> |
16 #include <signal.h> |
18 #if !defined(__MORPHOS__) && !defined(__AMIGA__) |
17 #if !defined(__MORPHOS__) && !defined(__AMIGA__) |
19 #include <pthread.h> |
18 #include <pthread.h> |
20 #endif |
19 #endif |
21 |
20 |