Add missing #include "config.h", fixes the warning:

libaf/af.c:23:5: warning: "HAVE_MALLOC_H" is not defined


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28697 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-21 21:29:38 +00:00
parent 0cddea3754
commit db757ae96b
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>