Mercurial > hg > early-roguelike
comparison arogue5/mdport.c @ 67:c49f7927b0fa
arogue5: add missing header files.
| author | elwin |
|---|---|
| date | Sat, 11 Aug 2012 17:19:03 +0000 |
| parents | 0ed67132cf10 |
| children | 46f39359c4a7 |
comparison
equal
deleted
inserted
replaced
| 66:c56f672244f4 | 67:c49f7927b0fa |
|---|---|
| 43 #include <sys/utsname.h> | 43 #include <sys/utsname.h> |
| 44 #include <unistd.h> | 44 #include <unistd.h> |
| 45 #endif | 45 #endif |
| 46 | 46 |
| 47 #include <stdlib.h> | 47 #include <stdlib.h> |
| 48 #include <string.h> | |
| 48 | 49 |
| 49 #if defined(_WIN32) && !defined(__MINGW32__) | 50 #if defined(_WIN32) && !defined(__MINGW32__) |
| 50 #define PATH_MAX MAX_PATH | 51 #define PATH_MAX MAX_PATH |
| 51 #endif | 52 #endif |
| 52 | 53 |
