Added size_t.

This commit is contained in:
Oliver Schmidt 2018-02-10 11:45:50 +01:00
parent b65981fc3a
commit 6f6fd33cae
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@
#ifndef _HAVE_size_t
typedef unsigned size_t;
#define _HAVE_size_t
#endif
/*****************************************************************************/
/* Data */
/*****************************************************************************/