Bug 753046 - Apply libc++ fixes after OS_BSD changes. r=cjones

This commit is contained in:
Jan Beich 2012-08-28 23:17:07 +02:00
parent f5d1821942
commit ca0344d8dd
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifdef MOZ_WIDGET_QT
#include <unistd.h> // for _exit()
#include <QtCore/QTimer>
#include "nsQAppInstance.h"
#include "NestedLoopTimer.h"

View File

@ -7,6 +7,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>