ref: c80553bfa10e57f0dfee7e2c8669ec2eba44edf4
parent: 20c386a47b4eeb9cf446488f64e6f586278d9115
parent: bcd08d87137e1215b441a9f4fe192e6fe3f390ac
author: Ethan Hugg <ethanhugg@gmail.com>
date: Sat Feb 8 03:42:48 EST 2014
Merge pull request #270 from mstorsjo/c-interface-headers Include stdbool.h in the public interface headers in C mode
--- a/codec/api/svc/codec_api.h
+++ b/codec/api/svc/codec_api.h
@@ -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"