Emotion: try to fix linux code

SVN revision: 66687
This commit is contained in:
Vincent Torri 2011-12-30 13:02:37 +00:00
parent 1fb8ee18d9
commit a8914f39b9
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,11 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>
#include "Emotion.h"
#include "emotion_private.h"
#include "emotion_xine.h"

View File

@ -1,11 +1,19 @@
/***************************************************************************/
/*** emotion xine display engine ***/
/***************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>
#include "emotion_private.h"
#include "emotion_xine.h"