summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index ec6be31733..944835774d 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -19,8 +19,8 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#ifndef PIPE_WRAP_H_
-#define PIPE_WRAP_H_
+#ifndef SRC_PIPE_WRAP_H_
+#define SRC_PIPE_WRAP_H_
#include "stream_wrap.h"
namespace node {
@@ -57,4 +57,4 @@ class PipeWrap : public StreamWrap {
} // namespace node
-#endif // PIPE_WRAP_H_
+#endif // SRC_PIPE_WRAP_H_