summaryrefslogtreecommitdiffstats
path: root/ax25/beacon.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/beacon.c')
-rw-r--r--ax25/beacon.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/ax25/beacon.c b/ax25/beacon.c
index c9b989e..b36f979 100644
--- a/ax25/beacon.c
+++ b/ax25/beacon.c
@@ -4,18 +4,26 @@
#include <syslog.h>
#include <signal.h>
+#include <config.h>
+
#include <sys/types.h>
#include <sys/socket.h>
+#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
+#else
+#include <netax25/kernel_ax25.h>
+#endif
+#ifdef HAVE_NETROSE_ROSE_H
#include <netrose/rose.h>
+#else
+#include <netax25/kernel_rose.h>
+#endif
#include <netax25/axlib.h>
#include <netax25/axconfig.h>
#include <netax25/daemon.h>
-#include <config.h>
-
static int logging = FALSE;
static int mail = FALSE;
static int single = FALSE;