Add required header #include for config.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30633 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-18 09:29:05 +00:00
parent 93c1e23c47
commit 98d06ba17c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "get_path.h"