nghttpx: Fix compile error with Android NDK
This commit is contained in:
parent
9c43acfd3a
commit
907798707c
|
@ -34,6 +34,8 @@
|
|||
#include <inttypes.h>
|
||||
#endif // HAVE_INTTYPES_H
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue