X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-sunos4.c;h=730e0a78017e145e0fe18144edb0d1184fa55f94;hb=c58cd6f2f2e583a088d7afa3fb98658e710551f5;hp=d2f83f7239d94081fea2a6502b6031f6837424a3;hpb=1b82ef17d74c492811724a78d3fc2edd5cc77d29;p=ppp.git diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index d2f83f7..730e0a7 100644 --- a/pppd/sys-sunos4.c +++ b/pppd/sys-sunos4.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-sunos4.c,v 1.1 1995/10/27 03:54:02 paulus Exp $"; +static char rcsid[] = "$Id: sys-sunos4.c,v 1.2 1995/12/19 02:04:40 paulus Exp $"; #endif #include @@ -61,6 +61,10 @@ static char rcsid[] = "$Id: sys-sunos4.c,v 1.1 1995/10/27 03:54:02 paulus Exp $" #include "pppd.h" +#if defined(sun) && defined(sparc) +#include +#endif /*sparc*/ + static int pppfd; static int fdmuxid = -1; static int iffd;