Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r--src/node_constants.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index 25ad02f8f99..7999f51ea42 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -19,9 +19,9 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node_constants.h>
+#include "node_constants.h"
-#include <uv.h>
+#include "uv.h"
#include <errno.h>
#if !defined(_MSC_VER)