eina: the new endless story of fixing header in all possible configuration.

SVN revision: 65974
This commit is contained in:
Cedric BAIL 2011-12-06 21:33:39 +00:00
parent 05827596b6
commit a285a94120
2 changed files with 2 additions and 3 deletions

View File

@ -29,9 +29,9 @@
#endif
#include <sys/time.h>
#include <stdio.h>
#ifdef EINA_HAVE_DEBUG_THREADS
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@ -78,8 +78,6 @@ struct _Eina_RWLock
EAPI extern Eina_Bool _eina_threads_activated;
#ifdef EINA_HAVE_DEBUG_THREADS
# include <sys/time.h>
EAPI extern int _eina_threads_debug;
EAPI extern pthread_t _eina_main_loop;
EAPI extern pthread_mutex_t _eina_tracking_lock;

View File

@ -38,6 +38,7 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#ifdef HAVE_DIRENT_H