summaryrefslogtreecommitdiff
path: root/src/stdlib/_jkmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/_jkmalloc.h')
-rw-r--r--src/stdlib/_jkmalloc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stdlib/_jkmalloc.h b/src/stdlib/_jkmalloc.h
index 8786acea..c6088024 100644
--- a/src/stdlib/_jkmalloc.h
+++ b/src/stdlib/_jkmalloc.h
@@ -1,6 +1,8 @@
#ifndef ___JKMALLOC_H__
#define ___JKMALLOC_H__
-void* __jkmalloc(const char *file, const char *func, uintmax_t line, void *ptr, size_t alignment, size_t size1 , size_t size2);
+#include <inttypes.h>
+
+void* __jkmalloc(const char *file, const char *func, uintmax_t line, void *ptr, size_t alignment, size_t size1 , size_t size2, const char *user);
#endif