Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/gkrellmoon2/files/patch-CalcEphem.c
16461 views
1
--- CalcEphem.c.orig 2002-12-11 03:36:06 UTC
2
+++ CalcEphem.c
3
@@ -8,6 +8,7 @@
4
#ifdef HAVE_CONFIG_H
5
#include <config.h>
6
#endif
7
+#include <string.h>
8
9
#include "CalcEphem.h"
10
#include "Moon.h"
11
12