2
0
Fork 0

Include <stdio.h> and <stdlib.h> in settings.h for everyone.

personal/stbuehler/wip
Stefan Bühler 2009-04-17 22:14:20 +02:00
parent dfb1db14d7
commit 3a1af99500
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,8 @@
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
/* on linux 2.4.x you get either sendfile or LFS */
#if defined(LIGHTY_OS_LINUX) && defined(HAVE_SYS_SENDFILE_H) && defined(HAVE_SENDFILE) && (defined(_LARGEFILE_SOURCE) || defined(HAVE_SENDFILE64)) && defined(HAVE_WRITEV) && !defined(HAVE_SENDFILE_BROKEN)

View File

@ -4,7 +4,6 @@
#include <lighttpd/plugin_core.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
void fatal(const gchar* msg) {