summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ng-spice/patches/patch-aa')
-rw-r--r--cad/ng-spice/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/ng-spice/patches/patch-aa b/cad/ng-spice/patches/patch-aa
new file mode 100644
index 00000000000..9a01a49f2d2
--- /dev/null
+++ b/cad/ng-spice/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/14 14:28:14 dmcmahill Exp $
+
+--- src/include/ngspice.h.orig Sun Oct 15 03:48:57 2000
++++ src/include/ngspice.h Sat Nov 11 12:20:12 2000
+@@ -13,4 +13,8 @@
+ #include <stddef.h>
+
++#ifdef HAVE_LIMITS_H
++# include <machine/limits.h>
++#endif
++
+ #include "memory.h"
+ #include "defines.h"