Преглед изворни кода

fixed possible errors when using xil_cache.h

Wang-Huachen пре 4 година
родитељ
комит
e029953bc0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xil_cache.h

+ 2 - 0
bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xil_cache.h

@@ -1,6 +1,8 @@
 #ifndef XIL_CACHE_H
 #ifndef XIL_CACHE_H
 #define XIL_CACHE_H
 #define XIL_CACHE_H
 
 
+#include <rthw.h>
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {
 #endif
 #endif