summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-28 15:03:18 +0700
committerhathach <[email protected]>2013-02-28 15:06:31 +0700
commitd6548d00636577a7dff4d00470d5cc9c15322ab6 (patch)
treea9f4acc166390250cbddc3224d307b71050b98a3 /tinyusb/common/errors.c
parentf56f6b67499b3ca2a0b2c18cfba7399a4eea6276 (diff)
strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c
Diffstat (limited to 'tinyusb/common/errors.c')
-rw-r--r--tinyusb/common/errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c
index 3cc6f838c..3e71bd5db 100644
--- a/tinyusb/common/errors.c
+++ b/tinyusb/common/errors.c
@@ -35,6 +35,7 @@
* This file is part of the tinyUSB stack.
*/
+#include "primitive_types.h"
#include "errors.h"
#if TUSB_CFG_DEBUG == 3