浏览代码

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
 #define XIL_CACHE_H
 
+#include <rthw.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif