ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
222 stars 62 forks source link

fixes "expected declaration specifiers or '...' before 'size_t'" errors in many places. #9

Closed CrashSerious closed 13 years ago

CrashSerious commented 13 years ago

fixes "expected declaration specifiers or '...' before 'size_t'" errors in many places.

Very minor change, but needed since many functions use 'size_t'.

zerkman commented 13 years ago

I agree this was really annoying to have to include stdlib.h even when not needed in user code, just to get rid of such compilation errors.

Merged, thanks !

CrashSerious commented 13 years ago

Thanks!