unistd.h is being included unconditionally, but should be guarded by the #ifdef HAVE_UNISTD_H
Details
Details
- Reviewers
- None
- confirm compiles on non-Windows platform
- confirm compiles on Windows platform
Diff Detail
Diff Detail
- Repository
- rM GPGME
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Actually, there's plenty more locations where unistd.h is included unconditionally, all of which should likely embrace in guards like this.