--- gvpe/src/device.h 2003/10/16 02:41:21 1.11 +++ gvpe/src/device.h 2004/01/17 01:18:36 1.15 @@ -1,6 +1,6 @@ /* device.h -- generic header for device.c - Copyright (C) 2003 Marc Lehmann + Copyright (C) 2003-2004 Marc Lehmann This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,6 +25,7 @@ #include "gettext.h" #include "global.h" +#include "util.h" struct net_packet { u32 len; // actually u16, but padding... @@ -87,8 +88,6 @@ return ((data_packet *)this)->data_[offset]; } -typedef u8 mac[6]; - struct tap_packet : net_packet { mac dst; mac src;