$NetBSD: patch-af,v 1.2 2005/12/01 18:13:24 wiz Exp $

--- src/lisp.h.orig	1994-10-21 05:20:28.000000000 +0100
+++ src/lisp.h
@@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass A
 /* 93.1.15  modified for Mule Ver.0.9.7.1 by Y.Akiba <akiba@cbs.canon.co.jp>
 	Patch for NeXT is updated. */
 
+#if defined(__NetBSD__)
+#include <machine/limits.h> /* for DBLL_DIG */
+#endif
+
 /* Define the fundamental Lisp data structures */
 
 /* Define an integer type with the same size as Lisp_Object.