| Index: runtime/bin/eventhandler_linux.h
|
| diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h
|
| index 763b48e97258cfac5f21a3b7b142d476a09ca1f7..010a33dbf444f9a65d997416b40a7d924b89af68 100644
|
| --- a/runtime/bin/eventhandler_linux.h
|
| +++ b/runtime/bin/eventhandler_linux.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef BIN_EVENTHANDLER_LINUX_H_
|
| #define BIN_EVENTHANDLER_LINUX_H_
|
|
|
| +#if !defined(BIN_EVENTHANDLER_H_)
|
| +#error Do not include eventhandler_linux.h directly; use eventhandler.h instead.
|
| +#endif
|
| +
|
| #include <unistd.h>
|
| #include <sys/socket.h>
|
|
|
|
|