From 2eb0db1017aa96ade69334016b3b834cf8f8f094 Mon Sep 17 00:00:00 2001 From: Marly Fleitas Date: Thu, 13 Jun 2019 12:19:28 +0200 Subject: [PATCH] Use curly brackets to include node_api.h PR-URL: https://github.com/nodejs/node-addon-api/pull/493 Reviewed-By: Michael Dawson --- napi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi.h b/napi.h index 7995761..fcf3440 100644 --- a/napi.h +++ b/napi.h @@ -1,7 +1,7 @@ #ifndef SRC_NAPI_H_ #define SRC_NAPI_H_ -#include "node_api.h" +#include #include #include #include