Fix -Wimplicit-function-declaration error with gcc 14. --- abook-0.6.1-origin/getopt.c +++ abook-0.6.1/getopt.c @@ -110,6 +110,7 @@ GNU application programs can use a third alternative mode in which they can distinguish the relative order of options and other arguments. */ +#include #include "getopt.h" /* For communication from `getopt' to the caller.