changeset 858 | 9a3254670831 |
parent 796 | ffa693752831 |
child 915 | d845fe7cf6f2 |
857:cd1fdb44121d | 858:9a3254670831 |
---|---|
18 #include <stdio.h> |
18 #include <stdio.h> |
19 #include <assert.h> |
19 #include <assert.h> |
20 #include <string.h> |
20 #include <string.h> |
21 #include <stdlib.h> |
21 #include <stdlib.h> |
22 |
22 |
23 #if defined(UNIX) |
23 #if defined(UNIX) || defined(__MINGW32__) |
24 # include <sys/types.h> |
24 # include <sys/types.h> |
25 #endif |
25 #endif |
26 |
26 |
27 #if defined(__OS2__) |
27 #if defined(__OS2__) |
28 # include <types.h> |
28 # include <types.h> |