summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ax25mond/ax25mond.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25mond/ax25mond.c b/ax25mond/ax25mond.c
index e27f6aa..c80b7f0 100644
--- a/ax25mond/ax25mond.c
+++ b/ax25mond/ax25mond.c
@@ -20,7 +20,6 @@
/*--------------------------------------------------------------------------*/
-#define VERSION "1.0"
#define CONFFILE "/etc/ax25/ax25mond.conf"
#define MAX_SOCKETS 5
#define MAX_CONNECTS 50
@@ -47,6 +46,8 @@
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <config.h>
+
/* For older kernels */
#ifndef PF_PACKET
#define PF_PACKET PF_INET