diff options
author | Sanjeev BA <as2902.b@samsung.com> | 2011-11-29 00:40:11 +0000 |
---|---|---|
committer | Sanjeev BA <iamsanjeev@gmail.com> | 2011-11-29 00:40:11 +0000 |
commit | d33324ebc105a4b6e79d7f7d71b3b979c18dfe7c (patch) | |
tree | 4c5fbc0827dfd98c9f6f860445ee6d713d1964b1 /legacy/ethumb | |
parent | 12285a5f4f124f3ff5fa73dd4460bd6b2c024df1 (diff) |
Fix compile error due to missing assert.h.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 65665
Diffstat (limited to 'legacy/ethumb')
-rw-r--r-- | legacy/ethumb/src/lib/client/Ethumb_Client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/ethumb/src/lib/client/Ethumb_Client.h b/legacy/ethumb/src/lib/client/Ethumb_Client.h index e105693e0a..61037c5a88 100644 --- a/legacy/ethumb/src/lib/client/Ethumb_Client.h +++ b/legacy/ethumb/src/lib/client/Ethumb_Client.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <Ecore.h> | 4 | #include <Ecore.h> |
5 | #include <Ethumb.h> | 5 | #include <Ethumb.h> |
6 | #include <assert.h> | ||
6 | 7 | ||
7 | #ifdef EAPI | 8 | #ifdef EAPI |
8 | # undef EAPI | 9 | # undef EAPI |