fix gcc 4.7.x warnings

This commit is contained in:
satbaby
2012-07-07 13:09:08 +02:00
parent 9f1904a71d
commit 060c1c45b2
24 changed files with 29 additions and 3 deletions

View File

@@ -21,6 +21,8 @@
#include <cstring>
#include <cstdlib>
#include <errno.h>
#include <unistd.h>
// system
#include <fcntl.h>
#include <sys/socket.h>