missing , broke compile

This commit is contained in:
Ronnie Sahlberg
2013-04-22 18:28:20 -07:00
parent 45f5fc2105
commit e640fa3cde
4 changed files with 432 additions and 3 deletions

View File

@@ -22,6 +22,10 @@
#include <poll.h>
#endif
#ifdef AROS
#include "aros/aros_compat.h"
#endif
#if defined(WIN32)
#include <winsock2.h>
#include "win32/win32_compat.h"