| Index: base/scoped_native_library.cc
|
| diff --git a/base/scoped_native_library.cc b/base/scoped_native_library.cc
|
| index 9d34449147114132e84f780f41f22ea3c43068cf..a3af4482dfc3ec29a2525c7ea13fc780cee0709a 100644
|
| --- a/base/scoped_native_library.cc
|
| +++ b/base/scoped_native_library.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/native_library.h"
|
| #include "base/scoped_native_library.h"
|
|
|
| namespace base {
|
|
|