Bug 380540, add some includes in nsAirbagExceptionHandler.cpp. r=luser

This commit is contained in:
dcamp@mozilla.com 2007-06-21 15:37:39 -07:00
Родитель bdaafa22f6
Коммит cf63cc327c
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -49,10 +49,14 @@
#include <string>
#include <Carbon/Carbon.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
#include "mac_utils.h"
#elif defined(XP_LINUX)
#include "client/linux/handler/exception_handler.h"
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
#else
#error "Not yet implemented for this platform"
#endif // defined(XP_WIN32)