| Index: runtime/vm/isolate_macos.cc
|
| diff --git a/runtime/vm/isolate_macos.cc b/runtime/vm/isolate_macos.cc
|
| index 5ebf08000f561ea2cc5010fd68ec205b5bfd019e..e5feabc5c1e0ad22e07b9fe1bf5a711141be917a 100644
|
| --- a/runtime/vm/isolate_macos.cc
|
| +++ b/runtime/vm/isolate_macos.cc
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include <errno.h>
|
| #include <pthread.h>
|
|
|
| -#include "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/isolate.h"
|
|
|
| namespace dart {
|
|
|