porting: Add missing include

We use assert in macro so good to have prototype included.
This commit is contained in:
Andrzej Kaczmarek
2019-03-01 12:10:48 +01:00
parent cd055e96d9
commit 3ac89668f8
+2
View File
@@ -20,6 +20,8 @@
#ifndef _OS_H
#define _OS_H
#include <assert.h>
#ifdef __cplusplus
extern "C" {
#endif