mirror of
https://github.com/wg/wrk
synced 2025-02-10 20:33:07 +08:00
add defines and includes for solaris
This commit is contained in:
parent
eb165ce430
commit
051c35fca6
@ -7,6 +7,11 @@
|
||||
#define HAVE_EPOLL
|
||||
#elif defined (__sun)
|
||||
#define HAVE_EVPORT
|
||||
#define _XPG6
|
||||
#define __EXTENSIONS__
|
||||
#include <stropts.h>
|
||||
#include <sys/filio.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user