Skip to content

Commit

Permalink
Ensure O_NONBLOCK and O_CLOEXEC are defined in pubsub
Browse files Browse the repository at this point in the history
lpereira committed Jun 20, 2024
1 parent 792b8e3 commit df0ea56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/lwan-pubsub.c
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@

#define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#include <stdarg.h>
#include <stdio.h>

0 comments on commit df0ea56

Please sign in to comment.