X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fbsd-comp.c;h=c60dd60e13876f2a91b2dc329ddb186c35c59ccf;hp=7ae89fde2f41d817a7eebefbbdce77964ca1e87d;hb=a0dacd5c60faff5f851fa1216b5cf566c821205e;hpb=fa36bb86bd07b0ada024edfe49d243c54022262f;ds=sidebyside diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index 7ae89fd..c60dd60 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, * DEC Alpha OSF/1, AIX 4.x, and SVR4 systems including Solaris 2. * - * $Id: bsd-comp.c,v 1.13 1995/05/29 06:34:33 paulus Exp $ + * $Id: bsd-comp.c,v 1.14 1995/06/23 01:52:17 paulus Exp $ */ #ifdef __aix4__ @@ -68,6 +68,7 @@ #endif #ifdef __osf__ +#include #ifdef FIRST #undef FIRST #undef LAST @@ -75,7 +76,6 @@ #ifdef FREE #undef FREE #endif -#include #define ALLOCATE(n) kalloc((n)) #define FREE(p, n) kfree((p), (n)) #endif