X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/d6130abd9c338ba8b63bfc4600adf1fa09c02fe8..4e6aae287f6b841768a7b8c5f64e5189c3f827c1:/xtell.c diff --git a/xtell.c b/xtell.c index e9e93e6..76d53d3 100644 --- a/xtell.c +++ b/xtell.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xtell.c,v 1.3 1998/11/30 22:36:51 mdw Exp $ + * $Id: xtell.c,v 1.4 1998/12/11 09:50:06 mdw Exp $ * * Wake up a waiting xwait process * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xtell.c,v $ + * Revision 1.4 1998/12/11 09:50:06 mdw + * Minor modifications to work with mLib and mgLib. + * * Revision 1.3 1998/11/30 22:36:51 mdw * Tidy up tabbing in help texts very slightly. * @@ -50,8 +53,9 @@ #include #include -#include "mdwopt.h" -#include "quis.h" +#include +#include + #include "xwait.h" /*----- Main code ---------------------------------------------------------*/