mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: add missing includes to fix compile with gcc-4.5.2
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1311 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -104,6 +104,9 @@
|
||||
#include "global.h"
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <driver/audioplay.h>
|
||||
/*
|
||||
TODO:
|
||||
|
@@ -34,6 +34,7 @@
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include <fcntl.h> /* open */
|
||||
#include <unistd.h> /* close, read */
|
||||
#include <arpa/inet.h> /* htons */
|
||||
#include <time.h> /* ctime */
|
||||
#include <dmxapi.h>
|
||||
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
|
@@ -21,6 +21,7 @@
|
||||
#include <config.h>
|
||||
#include <cstdio> /* perror... */
|
||||
#include <sys/wait.h>
|
||||
#include <sys/types.h> /* u_char */
|
||||
#include <string.h>
|
||||
#include "configure_network.h"
|
||||
#include "libnet.h" /* netGetNameserver, netSetNameserver */
|
||||
|
Reference in New Issue
Block a user