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:
Martin Storsjö 2014-02-08 14:37:26 +02:00
parent e366f5779b
commit bcd08d8713

View File

@ -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"