From 2133584587ca3c78d01ef554fcb30e211aa756e2 Mon Sep 17 00:00:00 2001 From: Adi Masputra Date: Fri, 8 Oct 1999 01:10:12 +0000 Subject: [PATCH] Took out of PRIOQ block because we need htons defined when not compiling with PRIOQ --- modules/ppp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2