freebsd-ports/astro/ephem/files/patch-mainmenu.c
Pav Lucistnik 409980699a - Fix build with gcc41
- Update maintainer's address

PR:		ports/108190
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
2007-01-24 23:18:05 +00:00

17 lines
382 B
C

--- mainmenu.c.orig Sun Jan 21 20:52:22 2007
+++ mainmenu.c Sun Jan 21 20:53:27 2007
@@ -2,10 +2,14 @@
*/
#include <stdio.h>
+#include <string.h>
#include <math.h>
#include "astro.h"
#include "circum.h"
#include "screen.h"
+
+static mm_calendar(Now *np, int force);
+static mm_nfmoon(double jd, double tzone, int m, int f);
/* #define PC_GRAPHICS */
#ifdef PC_GRAPHICS