commit | b2136140f68ce05122f611eb9cde4f0365ab6a00 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Thu Dec 20 23:09:53 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Dec 22 12:05:46 2012 +0000 |
tree | e5d15005238bd48e12641eaec68a3ae5f7e97cfb | |
parent | 4ad549e89e55fb48eb6feb783ee4a9ede1dea52e [diff] |
net: Add missing include statement (fix compiler warnings for MinGW) These and some more compiler warnings were caused by a recent commit: net/tap-win32.c:724: warning: no previous prototype for ‘tap_has_ufo’ net/tap-win32.c:729: warning: no previous prototype for ‘tap_has_vnet_hdr’ ... Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>