From: Adi Masputra Date: Fri, 8 Oct 1999 01:10:12 +0000 (+0000) Subject: Took out of PRIOQ block because we need htons defined when X-Git-Tag: ppp-2.4.7~608 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=2133584587ca3c78d01ef554fcb30e211aa756e2 Took out of PRIOQ block because we need htons defined when not compiling with PRIOQ --- diff --git a/modules/ppp.c b/modules/ppp.c index 22c3b3a..0ed435b 100644 --- a/modules/ppp.c +++ b/modules/ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp.c,v 1.24 1999/10/06 23:00:43 masputra Exp $ + * $Id: ppp.c,v 1.25 1999/10/08 01:10:12 masputra Exp $ */ /* @@ -73,9 +73,10 @@ * interactive traffic, and are due to Marko Zec . */ #ifdef PRIOQ -#include #endif /* PRIOQ */ +#include /* leave this outside of PRIOQ for htons */ + #ifdef __STDC__ #define __P(x) x #else