summaryrefslogtreecommitdiffstats
path: root/ax25/bpqparms.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-10 05:54:53 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-08-10 05:54:53 +0200
commita4cc50373fbe27c973f95628fc142efec14e05cf (patch)
treebc163bed95c61b53f1399cb27e1fe9dd60bb6b4f /ax25/bpqparms.c
parent5f5d1604492ae15967f9d86f41fbeeedcae0ae2b (diff)
Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4
Diffstat (limited to 'ax25/bpqparms.c')
-rw-r--r--ax25/bpqparms.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ax25/bpqparms.c b/ax25/bpqparms.c
index 1a88fd6..02140c3 100644
--- a/ax25/bpqparms.c
+++ b/ax25/bpqparms.c
@@ -29,7 +29,11 @@
#include <sys/socket.h>
#include <net/if.h>
-#include <net/ethernet.h>
+
+#ifdef __GLIBC__
+#include <net/ethernet.h> // is this really needed ??
+#endif
+
#include <linux/bpqether.h> /* xlz - dammit, we need this again */
#include <config.h>