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:
cls%seawood.org 2001-03-31 06:23:49 +00:00
Родитель bf590cc6a7
Коммит a5abdb5ab9
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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