Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When building with coverage enabled, the compiler complains about missing definitions for setlocale and LC_ALL. These can be found in locale.h, and by including it in gettext.h, we can ensure that we won't see any more such issues.
- Loading branch information