strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c

This commit is contained in:
hathach
2013-02-28 15:03:18 +07:00
parent f56f6b6749
commit d6548d0063
9 changed files with 10 additions and 25 deletions

View File

@@ -35,6 +35,7 @@
* This file is part of the tinyUSB stack.
*/
#include "primitive_types.h"
#include "errors.h"
#if TUSB_CFG_DEBUG == 3