Commit 3f5129b5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix struct timespec declaration

parent 45ecb694
......@@ -200,6 +200,7 @@ struct tm *localtime_r (const time_t *, struct tm *);
#ifndef HAVE_TIMESPEC_GET
#define TIME_UTC 1
#include <time.h>
int timespec_get(struct timespec *, int);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment