15 lines
293 B
Text
15 lines
293 B
Text
$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>
|
|
|
|
|