Include <sys/time.h> in lwp.h
Missed in commit 08b9455
, v4.3.20. Triggers compiler warnings on
NetBSD 5.1.2.
This commit is contained in:
parent
fded50a09c
commit
2af8d77920
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
#define LWP_H
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define LWP_STACKCHECK 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue