Fix missing #include in wiced_resource.h

The `CY_PRAGMA` macro is used in certain build scenarios with IAR,
but it is not defined without including "cy_syslib.h"
pull/11886/head
Kyle Kearney 2019-11-25 12:09:36 -08:00
parent ac8a8a6079
commit c736afa3b0
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#define INCLUDED_RESOURCE_H_
#include <stdint.h>
#include "cy_syslib.h"
#ifdef __cplusplus
extern "C" {