Bug 500122 - cannot build libjar on Symbian. r=cbiesinger

This commit is contained in:
Makoto Kato 2009-06-26 14:43:15 +09:00
Родитель e38733eb15
Коммит b9e3de1925
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -133,6 +133,11 @@ int remove(const char* inPath)
#include <unistd.h>
#endif
#ifdef __SYMBIAN32__
#include <sys/syslimits.h>
#endif /*__SYMBIAN32__*/
#ifndef XP_UNIX /* we need some constants defined in limits.h and unistd.h */
# ifndef S_IFMT
# define S_IFMT 0170000