From d6548d00636577a7dff4d00470d5cc9c15322ab6 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 28 Feb 2013 15:03:18 +0700 Subject: strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c --- tinyusb/common/errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.c') 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 -- cgit v1.3.1