зеркало из https://github.com/mozilla/gecko-dev.git
stdlib.h should come from system includes
This commit is contained in:
Родитель
81eb5e97f2
Коммит
d384d93b04
|
@ -21,7 +21,7 @@
|
|||
#include "nsHTMLEntities.h"
|
||||
#include "nsString.h"
|
||||
#include "nsRect.h"
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
#include "plstr.h"
|
||||
|
||||
static NS_DEFINE_IID(kIFrameUtilIID, NS_IFRAME_UTIL_IID);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "nsHTMLEntities.h"
|
||||
#include "nsString.h"
|
||||
#include "nsRect.h"
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
#include "plstr.h"
|
||||
|
||||
static NS_DEFINE_IID(kIFrameUtilIID, NS_IFRAME_UTIL_IID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче