summaryrefslogtreecommitdiff
path: root/math/octave/patches/patch-ah
blob: a206335289f0089468c29fe2a9294d8d15ba7cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.4 2008/01/11 01:23:44 adam Exp $

--- liboctave/f2c-main.c.orig	2007-10-12 23:27:16.000000000 +0200
+++ liboctave/f2c-main.c
@@ -20,6 +20,10 @@ along with Octave; see the file COPYING.
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>