Needs thread.h for non-Linux.

This commit is contained in:
Marcus Meissner 1999-02-25 17:32:56 +00:00 committed by Alexandre Julliard
parent 93e3f905c8
commit 71ad44195d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "miscemu.h"
#include "msdos.h"
#include "task.h"
#include "thread.h"
#include "toolhelp.h"
#include "selectors.h"
#include "process.h"