Skip to content

Commit 5b1af27

Browse files
committed
solaris: add missing headers
1 parent 887a8fc commit 5b1af27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/solaris/platform.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,19 @@ struct filter;
2121

2222
#include <errno.h>
2323
#include <pthread.h>
24+
#include <signal.h>
2425
#include <stdatomic.h>
2526
#include <string.h>
27+
#include <stropts.h>
28+
#include <sys/poll.h>
2629
#include <sys/queue.h>
2730
#include <sys/resource.h>
2831
#include <sys/time.h>
2932

3033
#include "../posix/eventfd.h"
34+
#include "../posix/platform_ext.h"
35+
36+
#define EVENTFD_PLATFORM_SPECIFIC POSIX_EVENTFD_PLATFORM_SPECIFIC
3137

3238
/*
3339
* C11 atomic operations

0 commit comments

Comments
 (0)