*Add missing includes allowing GCC 4.4 build

--HG--
branch : trunk
This commit is contained in:
panaut0lordv
2009-06-04 18:09:58 +02:00
parent aa5499972f
commit b818884851
6 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#include <stdlib.h>
#include <errno.h>
#include <cstdio>
#include "SocketHandler.h"
#include "UdpSocket.h"