Commit 95b2ee67 authored by michael's avatar michael

Move #include where it belongs.

This as a sideeffect fixes the linking failure of ffplay.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 13d3782a
......@@ -24,6 +24,7 @@
#include <string.h>
#include <ctype.h>
#include "avstring.h"
#include "mem.h"
int av_strstart(const char *str, const char *pfx, const char **ptr)
{
......
......@@ -22,7 +22,6 @@
#define AVUTIL_AVSTRING_H
#include <stddef.h>
#include "mem.h"
/**
* Return non-zero if pfx is a prefix of str. If it is, *ptr is set to
......
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