From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 17 Jun 2007 00:01:30 +0000 Subject: add multiple inclusion guards to headers Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rangecoder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/rangecoder.h') diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index a2fac35519..4f8bbf5880 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -25,6 +25,9 @@ * Range coder. */ +#ifndef AVCODEC_RANGECODER_H +#define AVCODEC_RANGECODER_H + #include #include #include "common.h" @@ -136,3 +139,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){ #endif } +#endif -- cgit v1.2.3