diff --git a/spa/include/spa/pod/filter.h b/spa/include/spa/pod/filter.h index 4ad170892..4821cd409 100644 --- a/spa/include/spa/pod/filter.h +++ b/spa/include/spa/pod/filter.h @@ -22,6 +22,13 @@ * DEALINGS IN THE SOFTWARE. */ +#ifndef SPA_POD_FILTER_H +#define SPA_POD_FILTER_H + +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -407,3 +414,9 @@ spa_pod_filter(struct spa_pod_builder *b, /** * \} */ + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* SPA_POD_FILTER_H */