summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-05-24 12:24:27 +0300
committerMartin Storsjö <martin@martin.st>2013-05-24 13:34:19 +0300
commit597208fde175f7ae56f833e8cbae10cb9b709daf (patch)
treeba3f4b5225e80bc8a685702b34fa2a3174804446 /libavutil/cpu.c
parent8a994b7406b3ab24a6444037da9d1659f3125a01 (diff)
cpu: Include common.h for av_popcount64
This fixes build failures on windows since 2a6eaeaa8. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/cpu.c')
-rw-r--r--libavutil/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index b95158b054..17273b638b 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -19,6 +19,7 @@
#include "cpu.h"
#include "config.h"
#include "opt.h"
+#include "common.h"
#if HAVE_SCHED_GETAFFINITY
#define _GNU_SOURCE