$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 Patch for NeXT is updated. */ +#if defined(__NetBSD__) +#include /* for DBLL_DIG */ +#endif + /* Define the fundamental Lisp data structures */ /* Define an integer type with the same size as Lisp_Object.