forked from Imagelibrary/rtems
#include <unistd.h>.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
/*
|
||||
* Configuration parameters setters
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
static int
|
||||
write_cgi(struct stream *stream, const void *buf, size_t len)
|
||||
{
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
static int
|
||||
write_file(struct stream *stream, const void *buf, size_t len)
|
||||
{
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
static int
|
||||
read_socket(struct stream *stream, void *buf, size_t len)
|
||||
{
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user