[NPU] add a missing header, typedef.h, to npubinfmt.h
authorDongju Chae <dongju.chae@samsung.com>
Mon, 11 Nov 2019 03:03:49 +0000 (12:03 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Mon, 11 Nov 2019 08:14:37 +0000 (17:14 +0900)
This commit adds a missing header, tpyedef.h, to npubinfmt.h

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
include/common/npubinfmt.h

index 08a8c38..30f738b 100644 (file)
@@ -18,6 +18,7 @@
 #define NPU_BIN_FMT_H__
 
 #include <stdint.h>
+#include <typedef.h>
 
 /* Same with the typical page size */
 #define NPUBIN_META_SIZE  (4096)