summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r--src/node_buffer.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/node_buffer.cc b/src/node_buffer.cc
index bae738bf6..d757b9623 100644
--- a/src/node_buffer.cc
+++ b/src/node_buffer.cc
@@ -4,13 +4,7 @@
#include <stdlib.h> // malloc, free
#include <v8.h>
-// memcpy
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#else
-# include <string.h>
-#endif
-
+#include <string.h> // memcpy
#include <arpa/inet.h> // htons, htonl