summaryrefslogtreecommitdiff
path: root/math/octave-current/patches/patch-ah
blob: d87426b643cd13eed328fcecd388f68d15c489ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.5 2005/07/01 16:11:05 adam Exp $

--- liboctave/f2c-main.c.orig	2005-05-18 12:20:20.000000000 +0000
+++ liboctave/f2c-main.c
@@ -21,6 +21,10 @@ Software Foundation, Inc., 51 Franklin S
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>