diff options
| author | dsl <dsl@NetBSD.org> | 2009-01-24 14:43:28 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-01-24 14:43:28 +0000 |
| commit | 97347d2cbb7aaa7bc4aad3a1c79c7faf1f99222e (patch) | |
| tree | 65214a5320cc034a21d47a7b9436072d94a71f59 /usr.bin/make/make_malloc.h | |
| parent | 7c83fa3718c062ce66ba9a85bc613c6fac218e34 (diff) | |
Fixes to includes of make_malloc.h to that it actually builds when
USE_EMALLOC is undefined.
Fixes earlier fixes :-)
Diffstat (limited to 'usr.bin/make/make_malloc.h')
| -rw-r--r-- | usr.bin/make/make_malloc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/make_malloc.h b/usr.bin/make/make_malloc.h index fe2a7f80393..36d3eff3c02 100644 --- a/usr.bin/make/make_malloc.h +++ b/usr.bin/make/make_malloc.h @@ -1,4 +1,4 @@ -/* $NetBSD: make_malloc.h,v 1.3 2009/01/24 13:06:16 cegger Exp $ */ +/* $NetBSD: make_malloc.h,v 1.4 2009/01/24 14:43:29 dsl Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -27,8 +27,6 @@ */ #ifndef USE_EMALLOC -#include <sys/types.h> - void *bmake_malloc(size_t); void *bmake_realloc(void *, size_t); char *bmake_strdup(const char *); |
