--- a/plugins/icq/icqbyteorder.h Thu Jan 04 22:41:12 2001 +0000 +++ b/plugins/icq/icqbyteorder.h Thu Jan 04 22:46:19 2001 +0000 @@ -1,5 +1,5 @@ /* - * $Id: icqbyteorder.h 1319 2000-12-19 10:08:29Z warmenhoven $ + * $Id: icqbyteorder.h 1385 2001-01-04 22:46:19Z warmenhoven $ * * This header defines macros to handle ICQ protocol byte order conversion. * @@ -62,6 +62,12 @@ # include <arpa/nameser_compat.h> #endif +/* put in by EWarmenhoven; jlsantiago told me what to do. I should send this on to the + * icqlib guys. */ +#ifdef hpux +#include <arpa/nameser.h> +#endif + /* * I am really trying to use builtin optimized byte swap routines. * they are highly optimised on some platforms.