aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/malloc.h')
-rw-r--r--arch/sandbox/include/asm/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/malloc.h b/arch/sandbox/include/asm/malloc.h
index a1467b5..8aaaa9c 100644
--- a/arch/sandbox/include/asm/malloc.h
+++ b/arch/sandbox/include/asm/malloc.h
@@ -6,6 +6,7 @@
*/
#ifndef __ASM_MALLOC_H
+#define __ASM_MALLOC_H
void *malloc(size_t size);
void free(void *ptr);