[DEBUG] type input error

This commit is contained in:
Edouard DUPIN 2014-01-03 21:03:52 +01:00
parent 30838707e8
commit 9c6c819288

View File

@ -6,11 +6,11 @@
* @license BSD v3 (see license file) * @license BSD v3 (see license file)
*/ */
#include <etk/types.h>
#ifndef __ETK_MUTEX_H__ #ifndef __ETK_MUTEX_H__
#define __ETK_MUTEX_H__ #define __ETK_MUTEX_H__
#include <etk/types.h>
#ifdef __TARGET_OS__Windows #ifdef __TARGET_OS__Windows
#include <windows.h> #include <windows.h>
#else #else