Add missing include in tmem.h

This commit is contained in:
TuxSH 2018-02-12 23:19:33 +01:00
parent ca62270153
commit f85956d42d

View File

@ -7,6 +7,7 @@
*/ */
#pragma once #pragma once
#include "../types.h" #include "../types.h"
#include "../kernel/svc.h"
/// Transfer memory information structure. /// Transfer memory information structure.
typedef struct { typedef struct {