libtuv icon indicating copy to clipboard operation
libtuv copied to clipboard

Wrong include orders ?

Open nkolban opened this issue 9 years ago • 1 comments

The structure called struct uv__async is defined in uv__async.h

https://github.com/Samsung/libtuv/blob/bfc5089a415769d60e843b4359847adeca97c79a/include/uv__async.h#L80

however, in uv.h ... the include of uv_loop.h (which uses struct uv__async) occurs before the include of uv__async.h

nkolban avatar Nov 10 '16 00:11 nkolban

Yes, we will fix header include order soon! thanks for a good point!

chokobole avatar Nov 10 '16 02:11 chokobole