windows: guard against including req-inl.h more than once

This commit is contained in:
Bert Belder 2012-06-04 16:37:47 +02:00
parent 3b907cf0ec
commit 1974541bc9

View File

@ -19,6 +19,9 @@
* IN THE SOFTWARE.
*/
#ifndef UV_WIN_REQ_INL_H_
#define UV_WIN_REQ_INL_H_
#include <assert.h>
#include "uv.h"
@ -167,3 +170,5 @@ INLINE static void uv_process_reqs(uv_loop_t* loop) {
}
}
}
#endif /* UV_WIN_REQ_INL_H_ */