Merge pull request #307 from Ostrokrzew/err_h

Add missing include
This commit is contained in:
Michal Rakowski 2019-10-02 14:54:54 +02:00 committed by GitHub
commit ece75d56a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
#include "ocf_types.h"
#include "ocf_env.h"
#include "ocf/ocf_err.h"
struct ocf_io;