Description: fix compile warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] Forwarded: not-needed --- Origin: xiao sheng wen Last-Update: 2020-05-05 --- xtail.c.orig +++ xtail.c @@ -13,6 +13,7 @@ #endif #define INTERN #include "xtail.h" +#include int sigcaught = 0; RETSIGTYPE sigcatcher(int sig);