Skip to content

Commit b1b9bc2

Browse files
committed
hd-rum-decompress: Add missing include guard
1 parent 573a7ce commit b1b9bc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hd-rum-translator/hd-rum-decompress.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3636
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737
*/
38+
#ifndef HD_RUM_DECOMPRESS_H_d6e9e9cd5dab
39+
#define HD_RUM_DECOMPRESS_H_d6e9e9cd5dab
3840

3941
#ifdef __cplusplus
4042
extern "C" {
@@ -59,3 +61,4 @@ void hd_rum_decompress_done(void *state);
5961

6062
struct video_frame;
6163

64+
#endif // HD_RUM_DECOMPRESS_H_d6e9e9cd5dab

0 commit comments

Comments
 (0)