if u are going to add assert()'s - include assert.h!

SVN revision: 65952
This commit is contained in:
Carsten Haitzler 2011-12-06 09:39:38 +00:00
parent 6541ee34b2
commit 4ca8671927
2 changed files with 2 additions and 0 deletions

View 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

View File

@ -1,5 +1,6 @@
#include <Elementary.h>
#include "elm_priv.h"
#include <assert.h>
typedef struct _Widget_Data Widget_Data;