File xjdic-2.4-implicit-funtion-declaration.patch of Package xjdic
Index: xjdic-2.4/xjdcomm.c =================================================================== --- xjdic-2.4.orig/xjdcomm.c +++ xjdic-2.4/xjdcomm.c @@ -33,6 +33,8 @@ #include <stdint.h> #include "xjdic.h" +#include "xjdfrontend.h" + #define FALSE 0 #define TRUE 1 Index: xjdic-2.4/xjdfrontend.h =================================================================== --- /dev/null +++ xjdic-2.4/xjdfrontend.h @@ -0,0 +1 @@ +extern void EMtoggle();