mheily / libkqueue

kqueue(2) compatibility library
Other
236 stars 77 forks source link

debug: move private include up #140

Closed neheb closed 2 years ago

neheb commented 2 years ago

private.h includes config.h, which is in turn required by windows/platform.h as it checks for sys/types.h

arr2036 commented 2 years ago

Just include config.h directly otherwise this’ll probably break again if someone reorders the includes

On 15 Jun 2022, at 17:09, Rosen Penev @.***> wrote:

 private.h includes config.h, which is in turn required by windows/platform.h as it checks for sys/types.h

You can view, comment on, or merge this pull request online at:

https://github.com/mheily/libkqueue/pull/140

Commit Summary

1b38f85 debug: move private include up File Changes (1 file) M src/common/debug.c (2) Patch Links:

https://github.com/mheily/libkqueue/pull/140.patch https://github.com/mheily/libkqueue/pull/140.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

neheb commented 2 years ago

OK.