| Index: runtime/bin/file_system_watcher_win.cc
 | 
| diff --git a/runtime/bin/file_system_watcher_win.cc b/runtime/bin/file_system_watcher_win.cc
 | 
| index e6b091a4364eb3c9a8b41c15953715a3a4e65892..698b04950390168d11dfbb893220ec5274ac543c 100644
 | 
| --- a/runtime/bin/file_system_watcher_win.cc
 | 
| +++ b/runtime/bin/file_system_watcher_win.cc
 | 
| @@ -2,6 +2,8 @@
 | 
|  // 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.
 | 
|  
 | 
| +#if !defined(DART_IO_DISABLED)
 | 
| +
 | 
|  #include "platform/globals.h"
 | 
|  #if defined(TARGET_OS_WINDOWS)
 | 
|  
 | 
| @@ -139,3 +141,5 @@ Dart_Handle FileSystemWatcher::ReadEvents(intptr_t id, intptr_t path_id) {
 | 
|  }  // namespace dart
 | 
|  
 | 
|  #endif  // defined(TARGET_OS_WINDOWS)
 | 
| +
 | 
| +#endif  // !defined(DART_IO_DISABLED)
 | 
| 
 |