summaryrefslogtreecommitdiffstats
path: root/lib/tlsf/src/tlsf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tlsf/src/tlsf.h')
-rw-r--r--lib/tlsf/src/tlsf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tlsf/src/tlsf.h b/lib/tlsf/src/tlsf.h
index 4feb5c42cc..29ffb7fcfb 100644
--- a/lib/tlsf/src/tlsf.h
+++ b/lib/tlsf/src/tlsf.h
@@ -1,6 +1,6 @@
/*
* Two Levels Segregate Fit memory allocator (TLSF)
- * Version 2.4.4
+ * Version 2.4.6
*
* Written by Miguel Masmano Tello <mimastel@doctor.upv.es>
*
@@ -19,7 +19,7 @@
#ifndef _TLSF_H_
#define _TLSF_H_
-#include <string.h> /* defines size_t */
+#include <sys/types.h>
extern size_t init_memory_pool(size_t, void *);
extern size_t get_used_size(void *);