diff --git a/src/win/handle-inl.h b/src/win/handle-inl.h index d59003fe..25829999 100644 --- a/src/win/handle-inl.h +++ b/src/win/handle-inl.h @@ -19,6 +19,9 @@ * IN THE SOFTWARE. */ +#ifndef UV_WIN_HANDLE_INL_H_ +#define UV_WIN_HANDLE_INL_H_ + #include #include "uv.h" @@ -102,3 +105,5 @@ INLINE static void uv_process_endgames(uv_loop_t* loop) { } } } + +#endif /* UV_WIN_HANDLE_INL_H_ */