From 8b384a7013a6755c5a83ab71ee9065e3e48f8783 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 16:29:22 +1000 Subject: Added missing system.h inclusion for mempcpy All users of mempcpy must include system.h. --- src/memalloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/memalloc.c') diff --git a/src/memalloc.c b/src/memalloc.c index e53da2f..358e6ec 100644 --- a/src/memalloc.c +++ b/src/memalloc.c @@ -41,6 +41,7 @@ #include "error.h" #include "machdep.h" #include "mystring.h" +#include "system.h" /* * Like malloc, but returns an error when out of space. -- cgit 1.4.1