Add types.h to a bunch of files

This commit is contained in:
Akkadius
2015-01-19 04:02:45 -06:00
parent 89b16512d5
commit 045125d328
9 changed files with 15 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@
#define __CONDITION_H
#include "debug.h"
#include "mutex.h"
#ifndef WIN32
#include <pthread.h>
#endif