Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13758
7 lines
185 B
C
7 lines
185 B
C
--- 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>
|