summaryrefslogtreecommitdiff
path: root/math/octave/patches/patch-ah
blob: 6f75a2068fe9159f1ab34d741baf37ac6ae29277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.5 2009/07/19 00:33:10 asau Exp $

--- liboctave/f2c-main.c.orig	2009-05-25 10:04:59.000000000 +0400
+++ liboctave/f2c-main.c	2009-06-28 21:22:40.000000000 +0400
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>