From 1d89feee06ed085244dca38071cc241b8e00d3e0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Dec 2011 09:39:38 +0000 Subject: [PATCH] if u are going to add assert()'s - include assert.h! SVN revision: 65952 --- src/lib/elm_icon.c | 1 + src/lib/elm_thumb.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/elm_icon.c b/src/lib/elm_icon.c index 6fda6de03..8324b93ba 100644 --- a/src/lib/elm_icon.c +++ b/src/lib/elm_icon.c @@ -1,6 +1,7 @@ #include #include "elm_priv.h" #include "els_icon.h" +#include #ifdef ELM_EFREET #define NON_EXISTING (void *)-1 diff --git a/src/lib/elm_thumb.c b/src/lib/elm_thumb.c index 01e497e94..f1e64fc7b 100644 --- a/src/lib/elm_thumb.c +++ b/src/lib/elm_thumb.c @@ -1,5 +1,6 @@ #include #include "elm_priv.h" +#include typedef struct _Widget_Data Widget_Data; -- 2.34.1