summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/decoder/decodemv.h')
-rw-r--r--vp8/decoder/decodemv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp8/decoder/decodemv.h b/vp8/decoder/decodemv.h
index 940342447..05a33d27f 100644
--- a/vp8/decoder/decodemv.h
+++ b/vp8/decoder/decodemv.h
@@ -8,7 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef DECODEMV_H_
+#define DECODEMV_H_
#include "onyxd_int.h"
void vp8_decode_mode_mvs(VP8D_COMP *);
+
+#endif // DECODEMV_H_