Add missing headers.

SVN revision: 16553
This commit is contained in:
sebastid 2005-09-05 11:05:13 +00:00 committed by sebastid
parent e3ad2acd61
commit 905adad30b
2 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,9 @@
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
typedef struct _Frame_Data Frame_Data;
struct _Frame_Data

View File

@ -5,6 +5,10 @@
#include <Ecore.h>
#include <Ecore_Job.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#define META_TRACK_TITLE 1