Include stdbool.h in the public interface headers in C mode
This avoids requiring the callers to explicitly include it before including codec_api.h
This commit is contained in:
parent
e366f5779b
commit
bcd08d8713
@ -33,6 +33,10 @@
|
||||
#ifndef WELS_VIDEO_CODEC_SVC_API_H__
|
||||
#define WELS_VIDEO_CODEC_SVC_API_H__
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#include "codec_app_def.h"
|
||||
#include "codec_def.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user