diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 17:58:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-09 17:58:05 +0000 |
commit | 6ea51ee5d794bb25668a859909944cb80ea287f2 (patch) | |
tree | fcadd5259436e3870356827ff7546b3c6274c5f9 /pfinet | |
parent | ae9c868a686555942351910fdc1ff422401f168e (diff) |
Formerly devices.c.~2~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/devices.c b/pfinet/devices.c index 4be70a2a..56b7d8ac 100644 --- a/pfinet/devices.c +++ b/pfinet/devices.c @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include <linux/netdevice.h> struct device *dev_base; struct device loopback_dev; |