summaryrefslogtreecommitdiffstats
path: root/user_call/netrom_call.c
diff options
context:
space:
mode:
Diffstat (limited to 'user_call/netrom_call.c')
-rw-r--r--user_call/netrom_call.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/user_call/netrom_call.c b/user_call/netrom_call.c
index 004b109..deb877e 100644
--- a/user_call/netrom_call.c
+++ b/user_call/netrom_call.c
@@ -4,13 +4,27 @@
#include <errno.h>
#include <signal.h>
+#include <config.h>
+
#include <sys/time.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_NETROM_NETROM_H
#include <netrom/netrom.h>
+#else
+#include <netax25/kernel_netrom.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>