]> git.ozlabs.org Git - ppp.git/blobdiff - modules/vjcompress.c
mods for SunOS 5.x
[ppp.git] / modules / vjcompress.c
index ef2c9c487fb619985b7a604f9b10bd5d00d6f999..32a9c93e97cf9ea52eb35a89d4427b1d58d6b80a 100644 (file)
  * so that the entire packet being decompressed doesn't have
  * to be in contiguous memory (just the compressed header).
  *
  * so that the entire packet being decompressed doesn't have
  * to be in contiguous memory (just the compressed header).
  *
- * $Id: vjcompress.c,v 1.4 1994/12/08 00:35:33 paulus Exp $
+ * $Id: vjcompress.c,v 1.5 1995/05/19 03:48:34 paulus Exp $
  */
 
 #include <sys/types.h>
 #include <sys/param.h>
 
  */
 
 #include <sys/types.h>
 #include <sys/param.h>
 
+#ifdef __svr4__
+#ifndef __GNUC__
+#include <sys/byteorder.h>     /* for ntohl, etc. */
+#else
+/* make sure we don't get the gnu "fixed" one! */
+#include "/usr/include/sys/byteorder.h"
+#endif
+#endif
+
 #ifdef __osf__
 #include <net/net_globals.h>
 #endif
 #ifdef __osf__
 #include <net/net_globals.h>
 #endif