Commit cd244fae authored by James Almer's avatar James Almer Committed by Michael Niedermayer

avutil/cpu-test: Fix includes (needed for HAVE_*)

Commit message by commiter
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 65ffc0b1
...@@ -17,19 +17,18 @@ ...@@ -17,19 +17,18 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include "config.h"
#include "cpu.h"
#include "avstring.h" #include "avstring.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if !HAVE_GETOPT #if !HAVE_GETOPT
#include "compat/getopt.c" #include "compat/getopt.c"
#endif #endif
#include <stdint.h>
#include <stdio.h>
#include "avstring.h"
#include "common.h"
#include "cpu.h"
static const struct { static const struct {
int flag; int flag;
const char *name; const char *name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment