Package: astronomical-almanac / 5.6-4

aa.c.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: move changes in source files to patches
Author: Thorsten Alteholz <debian@alteholz.de>
Last-Update: 03 Mar 2012

Index: astronomical-almanach/aa.c
===================================================================
--- astronomical-almanach.orig/aa.c	2012-03-02 11:52:02.000000000 +0100
+++ astronomical-almanach/aa.c	2012-03-02 11:52:30.000000000 +0100
@@ -37,7 +37,7 @@
  */
 #include "kep.h"
 
-#ifdef __BORLANDC__
+#if __BORLANDC__ || __STDC__
 #include <stdlib.h>
 #endif