--- projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/14 11:33:33 1.41 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/14 12:22:45 1.42 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: network_stats.c,v 1.41 2004/02/14 11:33:33 pajs Exp $ + * $Id: network_stats.c,v 1.42 2004/02/14 12:22:45 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -48,6 +48,7 @@ typedef __uint8_t u8; typedef __uint16_t u16; typedef __uint32_t u32; +typedef __uint64_t u64; #include #include #include