The source project of this merge request has been removed.
tools, fix warning implicit declaration of function atoi
fix the warning
gimp-debug-resume.c:92:13: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 92 | pid = atoi (argv[1]);