include time.h to have time_t

This commit is contained in:
Tim Ruehsen 2014-03-30 12:10:45 +02:00
parent 2cc4be71c4
commit 51daebd295
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define _LIBPSL_LIBPSL_H
#include <stdio.h>
#include <time.h>
// Let C++ include C headers
#ifdef __cplusplus