Skip to content

Commit 871c1bf

Browse files
author
Gabriel Schulhof
committed
build: size_t needs stddef.h on linux
Closes #104
1 parent be65483 commit 871c1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node_jsrtapi.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*
1818
******************************************************************************/
1919

20+
#include <stddef.h>
2021
#include "node_jsvmapi_internal.h"
2122
#include <node_buffer.h>
2223
#include <node_object_wrap.h>

0 commit comments

Comments
 (0)