Description: fix compile warning: implicit declaration of function ‘strcmp’
 [-Wimplicit-function-declaration]
Forwarded: not-needed

---

Origin: xiao sheng wen <atzlinux@sina.com>
Last-Update: 2020-05-05

--- xtail.c.orig
+++ xtail.c
@@ -13,6 +13,7 @@
 #endif
 #define  INTERN
 #include "xtail.h"
+#include <string.h>
 
 int sigcaught = 0;
 RETSIGTYPE sigcatcher(int sig);
