Fix nnfw.h application build errors (#7775)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 26 Sep 2019 10:30:54 +0000 (19:30 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 26 Sep 2019 10:30:54 +0000 (19:30 +0900)
commitd4681e4afc7537815838a1d2c0c90754d72a8658
treee033e9ad4d24b93454fbf5e78c1f5279cf962164
parent9605f646c676fb9f14ad5da778524394d6d9dc39
Fix nnfw.h application build errors (#7775)

Fix build errors of applications using nnfw.h:
```
[   15s] /usr/include/nnfw.h:162:35: error: unknown type name 'nnfw_tensorinfo'
[   15s]                                    nnfw_tensorinfo *tensor_info);
[   15s]                                    ^~~~~~~~~~~~~~~
[   15s] /usr/include/nnfw.h:174:36: error: unknown type name 'nnfw_tensorinfo'
[   15s]                                     nnfw_tensorinfo *tensor_info);
[   15s]                                     ^~~~~~~~~~~~~~~
```

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
runtimes/include/nnfw.h