summaryrefslogtreecommitdiff
path: root/source/kit/mutex.h
blob: 0b7c5486630be4c39b0d66bcc315744535fc7abe (plain)
1
2
3
4
5
6
#ifndef KIT_MUTEX_H
#define KIT_MUTEX_H

#include "threads.h"

#endif