diff options
-rw-r--r-- | src/common/path_helper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/path_helper.cc b/src/common/path_helper.cc index 60fe34ff..61a6e318 100644 --- a/src/common/path_helper.cc +++ b/src/common/path_helper.cc @@ -31,6 +31,7 @@ #include <assert.h> #include <libgen.h> +#include <stdlib.h> #include <string.h> namespace google_breakpad { |