Index: runtime/bin/eventhandler_macos.h |
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
index babb32570941ae3676fc88200cc8bd55221951bc..902aa5e0dc6e097039bd159d82b87cf9c8dabe07 100644 |
--- a/runtime/bin/eventhandler_macos.h |
+++ b/runtime/bin/eventhandler_macos.h |
@@ -1,10 +1,14 @@ |
-// 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. |
#ifndef BIN_EVENTHANDLER_MACOS_H_ |
#define BIN_EVENTHANDLER_MACOS_H_ |
+#if !defined(BIN_EVENTHANDLER_H_) |
+#error Do not include eventhandler_macos.h directly; use eventhandler.h instead. |
+#endif |
+ |
#include <unistd.h> |
#include <sys/socket.h> |