diff options
| author | Janne Grunau <[email protected]> | 2014-02-05 17:52:35 +0100 |
|---|---|---|
| committer | Janne Grunau <[email protected]> | 2014-02-05 21:00:51 +0100 |
| commit | a1e1f35203bbcbea0efb51d93e96769c826b8c64 (patch) | |
| tree | a239359cad0c72cb54adbf10624b162932131a82 | |
| parent | a91d3658d9a73db120e49219c9c2b6a9470b1c9f (diff) | |
lavu: add missing log.h include in timer.h
| -rw-r--r-- | libavutil/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/timer.h b/libavutil/timer.h index ea5c891cf3..d2c50019a6 100644 --- a/libavutil/timer.h +++ b/libavutil/timer.h @@ -32,6 +32,8 @@ #include "config.h" +#include "log.h" + #if ARCH_ARM # include "arm/timer.h" #elif ARCH_BFIN |
