we need the typedef of size_t

SVN revision: 35635
This commit is contained in:
Peter Wehrfritz 2008-08-23 22:50:01 +00:00
parent 7ae301f601
commit dcd3a0139c
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
# ifdef __cplusplus
extern "C" {
# endif
/* we need this for size_t */
#include <stddef.h>
# ifdef __sgi
# define __FUNCTION__ "unknown"