blob: 805e9698e43ef85c3543798d5282bf108a204887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- scheduler/sysdeps.c.orig Sun May 31 18:15:25 1998
+++ scheduler/sysdeps.c Thu Jun 18 00:38:41 1998
@@ -16,6 +16,8 @@
#include <unistd.h>
#include "thread.h"
#include "winbase.h"
+#include "debug.h"
+#include "debugtools.h"
/* Xlib critical section (FIXME: does not belong here) */
CRITICAL_SECTION X11DRV_CritSection = { 0, };
|