зеркало из https://github.com/mozilla/gecko-dev.git
Bug 930458 - Add missing includes for gcc 4.5 compatibility. r=ehsan
This commit is contained in:
Родитель
7d64ab0ea3
Коммит
f709aab535
|
@ -45,6 +45,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "mozilla/NullPtr.h"
|
||||
#include "mozilla/IntentionalCrash.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "mozilla/NullPtr.h"
|
||||
|
||||
NPUTF8*
|
||||
createCStringFromNPVariant(const NPVariant* variant)
|
||||
|
|
Загрузка…
Ссылка в новой задаче