зеркало из https://github.com/mozilla/gecko-dev.git
fix HPUX/AIX/OSF bustage - most unices need stdlib.h to get abort()
This commit is contained in:
Родитель
6322e224fe
Коммит
52ff34ffd9
|
@ -20,7 +20,7 @@
|
|||
#include "prlog.h"
|
||||
#include "prinit.h"
|
||||
|
||||
#if defined(HPUX)
|
||||
#if defined(XP_UNIX)
|
||||
/* for abort() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "prlog.h"
|
||||
#include "prinit.h"
|
||||
|
||||
#if defined(HPUX)
|
||||
#if defined(XP_UNIX)
|
||||
/* for abort() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "prlog.h"
|
||||
#include "prinit.h"
|
||||
|
||||
#if defined(HPUX)
|
||||
#if defined(XP_UNIX)
|
||||
/* for abort() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче