include time.h to have time_t
This commit is contained in:
parent
2cc4be71c4
commit
51daebd295
|
@ -32,6 +32,7 @@
|
|||
#define _LIBPSL_LIBPSL_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
// Let C++ include C headers
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue