Add some #includes to allow compilation without HAVE_AV_CONFIG_H.

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

Originally committed as revision 9263 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje 2007-06-09 17:52:16 +00:00 committed by Diego Biurrun
parent 15bf461bb6
commit 12807c8d87
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <math.h>
#include "dsputil.h"

View File

@ -27,6 +27,8 @@
#include <math.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include <string.h>
#undef exit