Rev. 1.16 included time.h to get time_t. Change to sys/types.h.
This commit is contained in:
parent
3340fdf7f5
commit
fcef921437
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#define LWP_H
|
#define LWP_H
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <time.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define LWP_STACKCHECK 0x1
|
#define LWP_STACKCHECK 0x1
|
||||||
#define LWP_PRINT 0x2
|
#define LWP_PRINT 0x2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue