$NetBSD: patch-dk,v 1.1 2006/06/27 11:11:52 joerg Exp $

--- ef/Runtime/System/Thread.cpp.orig	2006-06-26 13:55:26.000000000 +0000
+++ ef/Runtime/System/Thread.cpp
@@ -31,7 +31,7 @@
 
 #ifdef _WIN32
 #include "md/x86/x86Win32Thread.h"
-#elif defined LINUX || defined FREEBSD || defined NETBSD
+#elif defined LINUX || defined FREEBSD || defined NETBSD || defined DRAGONFLY
 #include "x86UnixishThread.h"
 #else
 
