From: Paul Mackerras Date: Tue, 31 Mar 1998 23:48:49 +0000 (+0000) Subject: Fix a compilation problem under SunOS X-Git-Tag: RELEASE_2_3_6~78 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=3345215bc70f159c7b026298e58d03bae5206e98 Fix a compilation problem under SunOS --- diff --git a/modules/if_ppp.c b/modules/if_ppp.c index 2d3fb45..094c23b 100644 --- a/modules/if_ppp.c +++ b/modules/if_ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: if_ppp.c,v 1.8 1998/02/04 01:38:59 paulus Exp $ + * $Id: if_ppp.c,v 1.9 1998/03/31 23:48:49 paulus Exp $ */ /* @@ -49,11 +49,10 @@ #ifdef __osf__ #include #include -#include "ppp_mod.h" #else #include -#include #endif +#include "ppp_mod.h" #include