[emacs]: Include lisp.h.

This commit is contained in:
Dave Love 2000-06-20 18:23:12 +00:00
parent e608805f43
commit 83c2ece520

View 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