nghttpx: Fix compile error on travis (again)
This commit is contained in:
parent
f472e6ff48
commit
72cfdbc0fa
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include "nghttp2_config.h"
|
#include "nghttp2_config.h"
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
*/
|
*/
|
||||||
#include "shrpx_memcached_connection.h"
|
#include "shrpx_memcached_connection.h"
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
|
|
||||||
#include "shrpx_memcached_request.h"
|
#include "shrpx_memcached_request.h"
|
||||||
|
|
Loading…
Reference in New Issue