X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fbsd-comp.c;h=9d2b12ef047e2c047983e83bd19f77dcfe054a99;hp=ed88b28f2c5b5c69e0f32261ea9caf54e16caebb;hb=d16a3985eade5280b8e171f5dd0670a91cba0d39;hpb=3b6e806514199929cd83ec9e2026b985285994d0 diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index ed88b28..9d2b12e 100644 --- a/modules/bsd-comp.c +++ b/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * Digital UNIX, AIX 4.x, and SVR4 systems including Solaris 2. * - * $Id: bsd-comp.c,v 1.20 1996/08/28 06:31:57 paulus Exp $ + * $Id: bsd-comp.c,v 1.21 2004/01/17 05:47:55 carlsonj Exp $ */ #ifdef AIX4 @@ -66,6 +66,10 @@ #define BSD_LITTLE_ENDIAN #endif +#ifdef SOL2 +#include +#endif + #define PACKETPTR mblk_t * #include