Commit da10421b authored by diego's avatar diego

Add some #includes to allow compilation without HAVE_AV_CONFIG_H.

taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9263 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37477cd7
......@@ -30,6 +30,7 @@
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <math.h>
#include "dsputil.h"
......
......@@ -27,6 +27,8 @@
#include <math.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include <string.h>
#undef exit
......
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