File xjig-2.4.patch of Package xjig
--- Imakefile
+++ Imakefile
@@ -27,7 +27,7 @@
XCOMM which default file should be loaded if no option is set
- JIG_DEFAULT = \"tina.gif\"
+ JIG_DEFAULT = \"/usr/share/games/xjig/tina.gif\"
XCOMM #######################################################################
--- xjig.C
+++ xjig.C
@@ -668,7 +668,7 @@
XSync(dpy,0);
while (!XPending(dpy)) {
struct timeval timeout;
- struct fd_set readfds;
+ fd_set readfds;
int nfds;
FD_ZERO( &readfds );