plugins/icq/icqbyteorder.h

changeset 1375
e2f26e078f18
parent 1309
dccfec27ffd4
child 1432
ab10a52f94a7
--- 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.

mercurial