X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fvjcompress.c;h=32a9c93e97cf9ea52eb35a89d4427b1d58d6b80a;hp=ef2c9c487fb619985b7a604f9b10bd5d00d6f999;hb=0686813db00507d446cedaca6dca96889a3d2f63;hpb=5079a982cc7f44cf230df1bec5520cbb9f5631ad diff --git a/modules/vjcompress.c b/modules/vjcompress.c index ef2c9c4..32a9c93 100644 --- a/modules/vjcompress.c +++ b/modules/vjcompress.c @@ -24,12 +24,21 @@ * 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 #include +#ifdef __svr4__ +#ifndef __GNUC__ +#include /* 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 #endif