mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
fix gcc 4.7.x warnings
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
// C
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <unistd.h>
|
||||
|
||||
// C++
|
||||
#include <string>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
|
||||
// yhttpd
|
||||
#include <yconfig.h>
|
||||
|
@@ -21,6 +21,8 @@
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// system
|
||||
#include <fcntl.h>
|
||||
#include <sys/socket.h>
|
||||
|
@@ -7,6 +7,8 @@
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// c++
|
||||
#include <string.h>
|
||||
// system
|
||||
|
@@ -14,6 +14,8 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// yhttpd
|
||||
#include "yhttpd.h"
|
||||
#include "ysocket.h"
|
||||
|
@@ -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"
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "mod_weblog.h"
|
||||
#include "helper.h"
|
||||
|
Reference in New Issue
Block a user