Skip to content

Commit 964c1f1

Browse files
[Bugfix] add missing includes in memory handler
1 parent 26d1019 commit 964c1f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

memoryhandler.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#include "include/log.h"
44
#include "include/system.h"
55

6+
#include <stdlib.h>
7+
#include <kos.h>
8+
69
#define MEMORY_STACK_MAX 10
710

811
typedef struct MemoryListElement_internal{

0 commit comments

Comments
 (0)