Loading
procmail: fix `clang-16` build
Without the change `procmail` build fails as:
cc -O _autotst.c -o _autotst -lm
_autotst.c:1:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main()
^
int
1 error generated.