Skip to content

Conversation

@kraj
Copy link
Contributor

@kraj kraj commented Feb 18, 2025

bits/time.h is not be included directly, instead use time.h since poll.h is included there is no need to include sys/poll.h

Fixes
../git/src/mctp-bench.c:2:10: fatal error: 'bits/time.h' file not found
2 | #include <bits/time.h>
| ^~~~~~~~~~~~~

bits/time.h is not be included directly, instead use time.h
since poll.h is included there is no need to include sys/poll.h

Fixes
../git/src/mctp-bench.c:2:10: fatal error: 'bits/time.h' file not found
    2 | #include <bits/time.h>
      |          ^~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@jk-ozlabs jk-ozlabs merged commit 166b225 into CodeConstruct:main Feb 20, 2025
1 check passed
@jk-ozlabs
Copy link
Member

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants