fix build with gcc-4.4.x by adding necessary #includes

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@56 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2009-12-16 08:49:21 +00:00
parent ea98fae9e9
commit 601e6b00fc
13 changed files with 14 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
*
*/
#include <config.h>
#include <cstdio> /* perror... */
#include <sys/wait.h>
#include "configure_network.h"
#include "libnet.h" /* netGetNameserver, netSetNameserver */