The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: jspaces on July 17, 2013, 07:41:56 AM

Title: Fix for this error > cbuffer_t.h:79:33: error: 'size_t' has not been declared
Post by: jspaces on July 17, 2013, 07:41:56 AM
When I tried to compile svn #6592M; I get this following error:
utils/cbuffer_t.h:79:33: error: 'size_t' has not been declared

I found by adding:
#include <stdlib.h>

The compiled completed without further error.



Title: Re: Fix for this error > cbuffer_t.h:79:33: error: 'size_t' has not been declared
Post by: kierongreen on July 17, 2013, 01:43:25 PM
Many thanks - incorporated in 6593.