Skip to content

Commit e302140

Browse files
committed
examples: include select.h header
The example build fails because fd_set etc are not defined. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 8671dc4 commit e302140

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libnvme/examples/telemetry-listen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <time.h>
2020
#include <unistd.h>
2121

22+
#include <sys/select.h>
2223
#include <sys/stat.h>
2324

2425
#include <ccan/endian/endian.h>

0 commit comments

Comments
 (0)