Add missing header for free function

Change-Id: I8ff2dcb546849493f2883777895341e043e44fb3
Reviewed-on: https://chromium-review.googlesource.com/981965
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Takuto Ikuta 2018-03-27 16:29:03 +09:00 committed by Mark Mentovai
parent 2d80611fed
commit e93f852a3c

View file

@ -31,6 +31,7 @@
#include <assert.h> #include <assert.h>
#include <libgen.h> #include <libgen.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
namespace google_breakpad { namespace google_breakpad {