From 73267b6a278293b795502193869efda25b2f2a42 Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Fri, 18 Dec 2020 17:34:57 +0100 Subject: Fix build failures on windows --- greth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greth.c b/greth.c index f100b91..7e95b16 100644 --- a/greth.c +++ b/greth.c @@ -28,7 +28,7 @@ #include #include #include -#include +//#include #include "sis.h" #include "grlib.h" @@ -63,7 +63,7 @@ static uint32 greth_rxdesc; static uint32 greth_rxbuf; static unsigned char *greth_rxbufptr; static unsigned char greth_mac[6]; -static long unsigned mac; +static uint64 mac; static const char broadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; int greth_irq; -- cgit v1.2.3