From: Dave Love Date: Tue, 20 Jun 2000 18:23:12 +0000 (+0000) Subject: [emacs]: Include lisp.h. X-Git-Tag: emacs-pretest-21.0.90~3183 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83c2ece52036a4c9182f2c4b38319d35a3c8bba1;p=emacs.git [emacs]: Include lisp.h. --- diff --git a/src/tparam.c b/src/tparam.c index 42be1f12884..7d3752713fa 100644 --- a/src/tparam.c +++ b/src/tparam.c @@ -21,7 +21,9 @@ Boston, MA 02111-1307, USA. */ #include #endif -#ifndef emacs +#ifdef emacs +#include "lisp.h" /* for xmalloc */ +#else #if defined(HAVE_STRING_H) || defined(STDC_HEADERS) #define bcopy(s, d, n) memcpy ((d), (s), (n)) #endif