summaryrefslogtreecommitdiff
path: root/math/octave-current/patches/patch-ah
blob: 6a43c1d5de867acf76a152cdf8dee6f027996a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.6 2007/12/15 05:54:51 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>