summaryrefslogtreecommitdiffstats
path: root/ax25ipd/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/process.c')
-rw-r--r--ax25ipd/process.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <syslog.h>
/* 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))