aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-04-20 13:31:46 +0000
committerPhil Blundell <philb@gnu.org>1999-04-20 13:31:46 +0000
commit51dc73cb5f935cbe08a8b350fc2c9d3ee7c9e539 (patch)
treebd04dba5e62548b622ba681cce411c76a551257d /lib/econet.c
parentMinor textual updates/corrections (diff)
downloadnet-tools-51dc73cb5f935cbe08a8b350fc2c9d3ee7c9e539.tar.gz
net-tools-51dc73cb5f935cbe08a8b350fc2c9d3ee7c9e539.tar.bz2
net-tools-51dc73cb5f935cbe08a8b350fc2c9d3ee7c9e539.zip
Use libc headers not kernel ones.
Diffstat (limited to 'lib/econet.c')
-rw-r--r--lib/econet.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/econet.c b/lib/econet.c
index 36b47e8..11d074b 100644
--- a/lib/econet.c
+++ b/lib/econet.c
@@ -3,7 +3,7 @@
* support functions for the net-tools.
* (NET-3 base distribution).
*
- * Version: $Id: econet.c,v 1.7 1999/04/04 21:37:03 philip Exp $
+ * Version: $Id: econet.c,v 1.8 1999/04/20 13:31:50 philip Exp $
*
* Author: Philip Blundell <philb@gnu.org>
*
@@ -23,10 +23,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
-
-#ifndef _NETECONET_EC_H
-#include <linux/if_ec.h>
-#endif
+#include <neteconet/ec.h>
#include "version.h"
#include "net-support.h"