Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two small issues with preprocessor directives (ocaml#13281)
* Add missing `defined` in preprocessor test When `HAS_CLOCK_GETTIME_NSEC_NP` is not defined, `#elif HAS_CLOCK_GETTIME_NSEC_NP` triggers a warning * Include `caml/config.h` before `HAS_GETTIMEOFDAY` is tested Also remove a duplicate `errno.h`
- Loading branch information