From d3fa6e713f423c7eb55ca01443e5a1ac8a331281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 17 May 1998 22:06:43 +0200 Subject: [PATCH] memory.h was renamed to pike_memory.h a while ago. Rev: src/docode.c:1.37 --- src/docode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docode.c b/src/docode.c index c94217a5bd..765c6392cb 100644 --- a/src/docode.c +++ b/src/docode.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: docode.c,v 1.36 1998/04/27 10:00:26 hubbe Exp $"); +RCSID("$Id: docode.c,v 1.37 1998/05/17 20:06:43 grubba Exp $"); #include "las.h" #include "program.h" #include "language.h" @@ -15,7 +15,7 @@ RCSID("$Id: docode.c,v 1.36 1998/04/27 10:00:26 hubbe Exp $"); #include "array.h" #include "pike_macros.h" #include "error.h" -#include "memory.h" +#include "pike_memory.h" #include "svalue.h" #include "main.h" #include "lex.h" -- GitLab