Skip to content
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

time_funcs include and dependency adjustments #1474

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

daviesrob
Copy link
Member

Fix dependency typo in the Makefile

Remove config.h from hts_time_funcs.h as it's likely to be too late to include it by the time that file it read. Add config.h include to test/test_time_funcs.c instead.

Add extra includes to hts_time_funcs.h so it stands on its own and doesn't rely on the right headers having been included before it is.

Fix dependency typo in the Makefile

Remove config.h from hts_time_funcs.h as it's likely to be too
late to include it by the time that file it read.  Add config.h
include to test/test_time_funcs.c instead.

Add extra includes to hts_time_funcs.h so it stands on its own
and doesn't rely on the right headers having been included before
it is.
@whitwham whitwham merged commit c72eee6 into samtools:develop Jul 19, 2022
@daviesrob daviesrob deleted the hdr_adjust branch July 20, 2022 14:10
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