fix Linux build for enet test

This commit is contained in:
erwin coumans 2013-05-04 21:30:51 -07:00
parent 818a78efe3
commit b882211769

View File

@ -7,6 +7,7 @@
files{"win32.c"}
end
if os.is("Linux") then
defines {"HAS_SOCKLEN_T"}
files {"unix.c",}
end
if os.is("MacOSX") then