Add missing include in tmem.h

This commit is contained in:
TuxSH 2018-02-12 23:19:33 +01:00 committed by plutoo
parent 3709ee92a5
commit 372021e226

View File

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