summaryrefslogtreecommitdiffstats
path: root/ax25io.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25io.c')
-rw-r--r--ax25io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25io.c b/ax25io.c
index 0ee2ccb..7090075 100644
--- a/ax25io.c
+++ b/ax25io.c
@@ -5,9 +5,9 @@
#include <stdarg.h>
#include <string.h>
#include <arpa/telnet.h>
+#include <netax25/ax25io.h>
#include "config.h"
-#include "ax25io.h"
static inline int send_iac_iac(ax25io *p);
static inline int send_iac_cmd(ax25io *p, unsigned char cmd, unsigned char opt);