blob: d55b6db17d55da9e2295dd9488b2400a28d6ff0f (
plain) (
blame)
1
2
3
4
5
6
7
|
--- src/julian_date.c.orig 2017-12-09 13:54:50 UTC
+++ src/julian_date.c
@@ -1,3 +1,4 @@
+#include <time.h>
#define _POSIX_C_SOURCE 1
#include <predict/predict.h>
#include <stdio.h>
|