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

daemon: fix build with musl libc (again) #4

Merged
merged 1 commit into from Jul 12, 2021

Conversation

baruchsiach
Copy link
Contributor

Commit 6b28c54 added HAVE_SYS_TTYDEFAULTS_H to guard
sys/ttydefaults.h include. This breaks musl libc build because
HAVE_SYS_TTYDEFAULTS_H is not defined until config.h is included.

Move sys/ttydefaults.h include below config.h

Commit 6b28c54 added HAVE_SYS_TTYDEFAULTS_H to guard
sys/ttydefaults.h include. This breaks musl libc build because
HAVE_SYS_TTYDEFAULTS_H is not defined until config.h is included.

Move sys/ttydefaults.h include below config.h
@raforg
Copy link
Owner

raforg commented Jul 12, 2021

Thanks.

@raforg raforg closed this Jul 12, 2021
@raforg raforg reopened this Jul 12, 2021
@raforg raforg merged commit d22bbbc into raforg:main Jul 12, 2021
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.

None yet

2 participants