Update audio_resampler_driver.c

This commit is contained in:
twinaphex 2015-02-05 19:22:37 +01:00
parent 621d406429
commit 4ffbadd49c

View File

@ -202,6 +202,7 @@ bool rarch_resampler_realloc(void **re, const rarch_resampler_t **backend,
} while(0)
#ifndef RARCH_INTERNAL
#include "libretro.h"
extern retro_get_cpu_features_t perf_get_cpu_features_cb;
#endif