Add #include sys/types.h for register_t for mips
MFC after: 3 days
This commit is contained in:
parent
5a5431c415
commit
23066486ba
@ -28,6 +28,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD");
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
#include <ucontext.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user