OSDN Git Service

intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
authorDiego Biurrun <diego@biurrun.de>
Tue, 19 Feb 2013 23:25:26 +0000 (00:25 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 19 Feb 2013 23:45:30 +0000 (00:45 +0100)
libavutil/tomi/intreadwrite.h

index 9295004..baf592a 100644 (file)
@@ -22,7 +22,9 @@
 #define AVUTIL_TOMI_INTREADWRITE_H
 
 #include <stdint.h>
+
 #include "config.h"
+#include "libavutil/attributes.h"
 
 #define AV_RB16 AV_RB16
 static av_always_inline uint16_t AV_RB16(const void *p)