cpu: Include common.h for av_popcount64

This fixes build failures on windows since 2a6eaeaa8.

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/18/merge
Martin Storsjö 12 years ago
parent 8a994b7406
commit 597208fde1
  1. 1
      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

Loading…
Cancel
Save