diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-12-06 05:21:30 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-12-06 05:21:30 +0000 |
commit | 621382a89951bb32c6db60221cc7866cd1662e27 (patch) | |
tree | 3051798fbcec901d1f3d8190a95eee8ef83ffa1f /legacy/ethumb | |
parent | 77f039eb738076a51cff6fe8effb2d5543d82cf9 (diff) |
Ethumb: fix future compilation on Windows
SVN revision: 65940
Diffstat (limited to 'legacy/ethumb')
-rw-r--r-- | legacy/ethumb/src/lib/Ethumb_Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ethumb/src/lib/Ethumb_Plugin.h b/legacy/ethumb/src/lib/Ethumb_Plugin.h index b70272c8b8..6dda23b390 100644 --- a/legacy/ethumb/src/lib/Ethumb_Plugin.h +++ b/legacy/ethumb/src/lib/Ethumb_Plugin.h | |||
@@ -1,9 +1,9 @@ | |||
1 | #ifndef _ETHUMB_PLUGIN_H_ | 1 | #ifndef _ETHUMB_PLUGIN_H_ |
2 | #define _ETHUMB_PLUGIN_H_ | 2 | #define _ETHUMB_PLUGIN_H_ |
3 | 3 | ||
4 | #include <Ethumb.h> | ||
5 | #include <Evas.h> | 4 | #include <Evas.h> |
6 | #include <Ecore_Evas.h> | 5 | #include <Ecore_Evas.h> |
6 | #include <Ethumb.h> | ||
7 | 7 | ||
8 | typedef struct _Ethumb_Plugin Ethumb_Plugin; | 8 | typedef struct _Ethumb_Plugin Ethumb_Plugin; |
9 | 9 | ||