Commit f73ee0a2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Add check for DragonFly BSD.

parent 394feff3
......@@ -208,7 +208,7 @@ typedef struct trapframe SIGCONTEXT;
#endif /* bsdi */
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#include <machine/trap.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment