tamentis / prwd

prwd is a replacement for your shell's PS1, it provides a simple templating language with commands to customize your prompt.
ISC License
10 stars 4 forks source link

configure: Additional C99 compatibility fixes #12

Open fweimer-rh opened 1 year ago

fweimer-rh commented 1 year ago

This corrects more instances of missing headers and implicit ints, as in commit cc8a7bfc6252a1e69d9ae9c2a76918155e9cd7f0. It will help to avoid build failures with future compilers.

Related to: