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:
authorRyan Dahl <ry@tinyclouds.org>2010-05-11 03:38:14 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-05-11 03:38:14 +0400
commit8e5b91c79bab85d5a548dc3b19c3dce4f8ba29f9 (patch)
treea954de5ee47aa2b3caf78cae3af31c63504d35c5 /src/node_stat_watcher.cc
parent032f651824869c429cc24fbd9f7a23e84ed34b1f (diff)
Revert "Check for strings.h"
This reverts commit 032f651824869c429cc24fbd9f7a23e84ed34b1f.
Diffstat (limited to 'src/node_stat_watcher.cc')
-rw-r--r--src/node_stat_watcher.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc
index 816ec961cad..88ae9c69407 100644
--- a/src/node_stat_watcher.cc
+++ b/src/node_stat_watcher.cc
@@ -2,12 +2,8 @@
#include <node_stat_watcher.h>
#include <assert.h>
+#include <string.h>
#include <stdlib.h>
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#else
-# include <string.h>
-#endif
namespace node {