From 71ad44195dd2a90456967d89fd0a0f75c3cbe197 Mon Sep 17 00:00:00 2001
From: Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
Date: Thu, 25 Feb 1999 17:32:56 +0000
Subject: [PATCH] Needs thread.h for non-Linux.

---
 msdos/dpmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/msdos/dpmi.c b/msdos/dpmi.c
index 2ace8b7ec29..f2f01c39147 100644
--- a/msdos/dpmi.c
+++ b/msdos/dpmi.c
@@ -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"
-- 
GitLab