From 886a37dd2309e60f85360ddec562417bbe741730 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 27 Nov 2001 04:11:49 +0000 Subject: merged my changes with terry indent, daemon can now optionally not fork --- ax25ipd/process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ax25ipd/process.c') diff --git a/ax25ipd/process.c b/ax25ipd/process.c index 5767129..52dbf72 100644 --- a/ax25ipd/process.c +++ b/ax25ipd/process.c @@ -14,6 +14,7 @@ #include "ax25ipd.h" #include +#include /* if dual port the upper nibble will have a value of 1 (not 0) */ #define FROM_PORT2(p) (((*(p+1))&0x10)!=0) #define FOR_PORT2(p) (addrmatch(p,mycallsign2) || addrmatch(p,myalias2)) -- cgit v1.2.3