Skip to content

Commit 43c1b62

Browse files
bzozMylesBorins
authored andcommitted
src: add fcntl.h include to node.cc
#11863 adds _O_RDWR to node.cc which is defined in fcntl.h. This adds this include directly to node.cc. PR-URL: #12540 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 251e5ed commit 43c1b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
#endif
7474

7575
#include <errno.h>
76+
#include <fcntl.h>. // _O_RDWR
7677
#include <limits.h> // PATH_MAX
7778
#include <locale.h>
7879
#include <signal.h>

0 commit comments

Comments
 (0)