Skip to content

mctp-bench: Adjust headers #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged

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 <[email protected]>
@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