Add missing #pragma once to kernel/condvar.h

This commit is contained in:
fincs 2018-06-26 13:12:44 +02:00
parent aee9ba4706
commit a9c0b213ff

View File

@ -4,6 +4,7 @@
* @author plutoo
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
#include "../kernel/mutex.h"