lavu/tests: move timer.h include earlier

In the next commit, timer.h will require a _GNU_SOURCE to be set before
including system headers. This commit prevents compilation failures.
This commit is contained in:
Clément Bœsch
2017-09-07 15:52:47 +02:00
committed by Clément Bœsch
parent dc27df47ff
commit e0b9b3e60e
6 changed files with 15 additions and 3 deletions

View File

@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/timer.h"
#include <inttypes.h>
#include "libavutil/softfloat.h"