Issue #186: Does not build on OpenBSD
* Added stdint.h include for uintptr_t compilation error
This commit is contained in:
parent
38362b591e
commit
62871a605d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
|
|
Loading…
Reference in a new issue