]> git.eshelyaron.com Git - emacs.git/commitdiff
[emacs]: Include lisp.h.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 18:23:12 +0000 (18:23 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 18:23:12 +0000 (18:23 +0000)
src/tparam.c

index 42be1f128841339958e732ce45dee43789c9dd70..7d3752713faf16fdbe94a7b4b71141f8dd440a88 100644 (file)
@@ -21,7 +21,9 @@ Boston, MA 02111-1307, USA.  */
 #include <config.h>
 #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