oops, ecore should compile now again, Ecore_Data.h includes know <stddef.h> for

size_t. If you don't like, let it me know and we'll use unsigned int instead


SVN revision: 28418
This commit is contained in:
Peter Wehrfritz 2007-02-21 06:08:22 +00:00
parent 376e84e228
commit eca6777297
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
# endif
#endif
/* we need this for size_t */
#include <stddef.h>
/**
* @file Ecore_Data.h
* @brief Contains threading, list, hash, debugging and tree functions.