diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-04-16 13:31:30 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-04-16 13:31:30 +0400 |
| commit | dda23993d64ae2fb0f8740002f7e7ce991f91ee6 (patch) | |
| tree | 707db1d1206313686895eff1068aa8482255c0d1 | |
| parent | 081ad63a9736f0d96fece633ea6cc78c83b11b59 (diff) | |
| download | node-augeas-dda23993d64ae2fb0f8740002f7e7ce991f91ee6.tar.gz | |
#include <string.h> for strlen()
| -rw-r--r-- | libaugeas.cc | 1 |
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 |
