Chromium Code Reviews| Index: net/flip/flip_framer.cc |
| diff --git a/net/flip/flip_framer.cc b/net/flip/flip_framer.cc |
| index 7dc93ac3b1991a795dcd7b5fe14b9151f09b6401..69d25c8cc49573b8db9e475390fd7a47a497a059 100644 |
| --- a/net/flip/flip_framer.cc |
| +++ b/net/flip/flip_framer.cc |
| @@ -9,7 +9,11 @@ |
| #include "flip_frame_builder.h" |
| #include "flip_bitmasks.h" |
| +#if defined(USE_SYSTEM_ZLIB) |
| +#include <zlib.h> |
| +#else |
| #include "third_party/zlib/zlib.h" |
| +#endif |
| namespace flip { |