Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pager: include stdint.h because uintmax_t is used
pager.h uses uintmax_t but does not include stdint.h. Therefore, add this include statement. This was discovered when writing a stub pager.c file. Signed-off-by: Jonathan Tan <[email protected]>
- Loading branch information