-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add missing #include's previously pulled in by libntech #5327
Add missing #include's previously pulled in by libntech #5327
Conversation
@cf-bottom jenkins with exotics with NO TESTS, please |
Alright, I triggered a build: (with exotics) [NO TESTS] Jenkins: https://ci.cfengine.com/job/pr-pipeline/9840/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9840/ |
@cf-bottom jenkins with exotics, please |
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/9844/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9844/ |
Only flakes and unrelated failures on exotics, AFAICT. |
With fixed headers not including <config.h>.
With libntech's headers no longer pulling in platform.h, we need to add it together with some other headers to some places in the codebase.
07e8c23
to
bdfef78
Compare
Bumped libntech so need a re-ACK. |
With libntech's headers no longer pulling in platform.h, we need to add it together with some other headers to some places in the codebase.
Merge together:
#5327
NorthernTechHQ/libntech#192