aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-04-16 13:31:30 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-04-16 13:31:30 +0400
commitdda23993d64ae2fb0f8740002f7e7ce991f91ee6 (patch)
tree707db1d1206313686895eff1068aa8482255c0d1
parent081ad63a9736f0d96fece633ea6cc78c83b11b59 (diff)
downloadnode-augeas-dda23993d64ae2fb0f8740002f7e7ce991f91ee6.tar.gz
#include <string.h> for strlen()
-rw-r--r--libaugeas.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libaugeas.cc b/libaugeas.cc
index 3fd78db..af4788e 100644
--- a/libaugeas.cc
+++ b/libaugeas.cc
@@ -12,6 +12,7 @@
#include <string>
#include <map>
#include <libgen.h>
+#include <string.h>
#define BUILDING_NODE_EXTENSION