summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:11:11 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:14:14 +0100
commitff4a9d381d2c77d1e074f9886c71003d5b7db25f (patch)
tree93507a7dc06d66551215030f6a6fc5cbb9dacb09 /src/tcp_wrap.h
parent8c02f9b7c844909cf5977d065b793c99eb0f9c45 (diff)
downloadnode-new-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.gz
core: use proper #include directives
Diffstat (limited to 'src/tcp_wrap.h')
-rw-r--r--src/tcp_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcp_wrap.h b/src/tcp_wrap.h
index 98ebb50458..26e061f483 100644
--- a/src/tcp_wrap.h
+++ b/src/tcp_wrap.h
@@ -21,7 +21,7 @@
#ifndef TCP_WRAP_H_
#define TCP_WRAP_H_
-#include <stream_wrap.h>
+#include "stream_wrap.h"
namespace node {