pvpgn
pvpgn copied to clipboard
Implicit function declaration errors
Recent versions of GCC and clang are starting to turn on -Werror=implicit-function-declaration by default. This is leading to build errors like fink/fink-distributions#1101. The proper fix is just to include the necessary headers.