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

This commit is contained in:
dcamp%mozilla.com 2007-07-25 01:07:03 +00:00
Родитель 7458044109
Коммит 91deb147a8
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)