NetBSD uses the same stuff for ThreadContexts as FreeBSD

This commit is contained in:
toshok%hungry.com 1999-11-27 10:30:58 +00:00
Родитель f6ae3b6a42
Коммит 4df491f18e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ typedef CONTEXT ThreadContext;
typedef void* HANDLE;
typedef struct sigcontext ThreadContext;
#elif defined (__FreeBSD__)
#elif defined (__FreeBSD__) || defined (__NetBSD__)
#include <machine/signal.h>