Skip to content

Commit

Permalink
Fix error: ‘strlen’ was not declared in this scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Mar 18, 2014
1 parent 868ea27 commit 6addcf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libaugeas.cc
Expand Up @@ -10,6 +10,7 @@
*/

#include <string>
#include <cstring>

#define BUILDING_NODE_EXTENSION 1

Expand Down

0 comments on commit 6addcf6

Please sign in to comment.