mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
caused that file to be included by accident.
This commit is contained in:
parent
1e6be5aaf5
commit
2403578e35
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "php_variables.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <sys/uio.h>
|
||||
|
||||
typedef struct {
|
||||
httpd_conn *hc;
|
||||
int post_off;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue