Skip to content

Commit df0ea56

Browse files
committed
Ensure O_NONBLOCK and O_CLOEXEC are defined in pubsub
1 parent 792b8e3 commit df0ea56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/lwan-pubsub.c

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#define _GNU_SOURCE
2222
#include <errno.h>
23+
#include <fcntl.h>
2324
#include <pthread.h>
2425
#include <stdarg.h>
2526
#include <stdio.h>

0 commit comments

Comments
 (0)