blob: a5dee3262200318e5023c93c8109e52337982ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/CosBase/src/cos_memory.c
+++ b/CosBase/src/cos_memory.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
+#include <stdint.h>
#define COS_MEM_UTEST 0 // 1 -> run standalone unit tests in main().
#define DBGMEM(P) // P // uncomment for verbose debugging output
|