Update comm.c

Missed an #include for Windows
This commit is contained in:
Rumble 2014-05-03 19:44:25 -04:00
parent 06db06f2b6
commit 4b32e087d7

View file

@ -34,6 +34,7 @@
# include <dir.h>
# else /* MSVC */
# include <direct.h>
# include <winsock.h>
# endif
# include <mmsystem.h>
#endif /* CIRCLE_WINDOWS */