Eeze: Fix build break with --disable-libmount

While compiling eeze_disk_dummy.c, eeze_mount_tabs_watch does not have visibility
because EAPI is cleared by Ecore.h in Eeze_Disk.h.
This commit is contained in:
Ryuan Choi 2015-08-01 00:08:00 +09:00
parent 7ffa4d1367
commit bddce0b650
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,9 @@
#ifndef EEZE_DISK_H
#define EEZE_DISK_H
#include <Eina.h>
#include <Ecore.h>
#ifdef EAPI
# undef EAPI
#endif
@ -15,9 +18,6 @@
# define EAPI
#endif
#include <Eina.h>
#include <Ecore.h>
/**
* @file Eeze_Disk.h
* @brief Disk manipulation