X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=modules%2Fppp.c;h=0ed435b9904404a888415698076fd640b14ea70f;hb=84a45df38be25f0f4859186ee8e69ebe8c109e4c;hp=22c3b3aebc8128ba5ba8a49eb3793574ddfdde53;hpb=3cac7df410a12aa81b5deff3fde9ccaabcb4561c;p=ppp.git 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