Skip to content

Commit 8c34036

Browse files
committed
src: add fcntl.h include to node.cc
nodejs#11863 adds _O_RDWR to node.cc which is defined in fcntl.h. This adds this include directly to node.cc.
1 parent bb041ea commit 8c34036

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
#include <stdlib.h>
8181
#include <string.h>
8282
#include <sys/types.h>
83+
#include <fcntl.h>
8384

8485
#include <string>
8586
#include <vector>

0 commit comments

Comments
 (0)