diff options
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r-- | src/node_buffer.cc | 8 |
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 |