Minor modifications to work with mLib and mgLib.
[xtoys] / xwait.c
diff --git a/xwait.c b/xwait.c
index 965b368..d18fa36 100644 (file)
--- a/xwait.c
+++ b/xwait.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xwait.c,v 1.5 1998/11/30 22:36:53 mdw Exp $
+ * $Id: xwait.c,v 1.6 1998/12/11 09:50:07 mdw Exp $
  *
  * Wait until prodded by another X client
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xwait.c,v $
+ * Revision 1.6  1998/12/11 09:50:07  mdw
+ * Minor modifications to work with mLib and mgLib.
+ *
  * Revision 1.5  1998/11/30 22:36:53  mdw
  * Tidy up tabbing in help texts very slightly.
  *
@@ -62,8 +65,9 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
+
 #include "xwait.h"
 
 /*----- Main code ---------------------------------------------------------*/