summaryrefslogtreecommitdiff
path: root/src/lib/elementary/Elementary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/Elementary.h')
-rw-r--r--src/lib/elementary/Elementary.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h
index 1721be4f73..0ce8fd8e35 100644
--- a/src/lib/elementary/Elementary.h
+++ b/src/lib/elementary/Elementary.h
@@ -72,7 +72,9 @@
#include <Efreet.h>
#include <Efreet_Mime.h>
#include <Efreet_Trash.h>
+#ifdef HAVE_ETHUMB
#include <Ethumb_Client.h>
+#endif
#ifdef ELM_EMAP
#include <EMap.h>
@@ -225,7 +227,9 @@ ELM_API extern Elm_Version *elm_version;
#include <elm_table.h>
#include <elm_textpath.h>
#include <elm_theme.h>
+#ifdef HAVE_ETHUMB
#include <elm_thumb.h>
+#endif
#include <elm_toolbar.h>
#include <elm_transit.h>
/* this is actually elm_video */