mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
e8f0d5b998
Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13758
8 lines
185 B
C
8 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>
|