Add missing include

This commit is contained in:
plutoo 2018-02-27 00:34:08 +01:00
parent f1fc00c516
commit 1f0820dd6a

View File

@ -19,6 +19,7 @@ extern "C" {
#include "switch/kernel/shmem.h"
#include "switch/kernel/mutex.h"
#include "switch/kernel/rwlock.h"
#include "switch/kernel/condvar.h"
#include "switch/kernel/thread.h"
#include "switch/kernel/virtmem.h"
#include "switch/kernel/detect.h"