projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
to be able to compile without HAVE_AV_CONFIG_H
[libav.git]
/
cmdutils.c
diff --git
a/cmdutils.c
b/cmdutils.c
index
1557aaa
..
4d153b7
100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-19,6
+19,10
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string.h>
+#include <stdlib.h>
+#include <errno.h>
+
#include "avformat.h"
#include "cmdutils.h"
#include "avstring.h"