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

@@ -45,6 +45,7 @@
#include <fcntl.h>
#include <pthread.h>
#include <sys/stat.h>
#include <unistd.h>
// yhttpd
#include "yconfig.h"
#include "ytypes_globals.h"