PaulS:
Open UdpBytewise.h in your favorite text editor.
Go to line 70.
Change void to size_t.
Save the change.
That solved the error, but now I get a bunch of errors in w5100.h. A little google searching found this NTP code which I'm going to try instead. It compiles fine, I just haven't tested it yet.