Browse Source

swr: fix time.h include

tags/n3.1
Clément Bœsch 9 years ago
parent
commit
a9eda4b260
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswresample/tests/swresample.c

+ 1
- 1
libswresample/tests/swresample.c View File

@@ -27,7 +27,7 @@
#include "libswresample/swresample.h" #include "libswresample/swresample.h"


#undef time #undef time
#include "time.h"
#include <time.h>
#undef fprintf #undef fprintf


#define SAMPLES 1000 #define SAMPLES 1000


Loading…
Cancel
Save