aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tparam.c4
1 files changed, 3 insertions, 1 deletions
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. */
21#include <config.h> 21#include <config.h>
22#endif 22#endif
23 23
24#ifndef emacs 24#ifdef emacs
25#include "lisp.h" /* for xmalloc */
26#else
25#if defined(HAVE_STRING_H) || defined(STDC_HEADERS) 27#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
26#define bcopy(s, d, n) memcpy ((d), (s), (n)) 28#define bcopy(s, d, n) memcpy ((d), (s), (n))
27#endif 29#endif