Add needed include for BeOS BONE builds.
Thanks to maz@albany.net (Matthew Zahorik) for the patch. Bug #71681 r=darin
This commit is contained in:
Родитель
bf590cc6a7
Коммит
a5abdb5ab9
|
@ -74,6 +74,10 @@ typedef struct nsLookupElement {
|
|||
} nsLookupElement;
|
||||
#endif /* XP_MAC */
|
||||
|
||||
#if defined(XP_BEOS) && defined(BONE_VERSION)
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
// UNIX
|
||||
// XXX needs implementation
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче