mirror of
https://github.com/google/brotli.git
synced 2025-01-01 04:40:08 +00:00
Add missing <stdlib.h> to streams.cc
This commit is contained in:
parent
944c3b8290
commit
7de70dbcc7
@ -18,6 +18,7 @@
|
|||||||
#include "./streams.h"
|
#include "./streams.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
namespace brotli {
|
namespace brotli {
|
||||||
|
Loading…
Reference in New Issue
Block a user