if u are going to add assert()'s - include assert.h!
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 09:39:38 +0000 (09:39 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 09:39:38 +0000 (09:39 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65952 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_icon.c
src/lib/elm_thumb.c

index 6fda6de..8324b93 100644 (file)
@@ -1,6 +1,7 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 #include "els_icon.h"
+#include <assert.h>
 
 #ifdef ELM_EFREET
 #define NON_EXISTING (void *)-1
index 01e497e..f1e64fc 100644 (file)
@@ -1,5 +1,6 @@
 #include <Elementary.h>
 #include "elm_priv.h"
+#include <assert.h>
 
 typedef struct _Widget_Data Widget_Data;