mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
``` ppsspp-1.14.1/Common/VR/VRBase.cpp:94:9: error: 'exit' was not declared in this scope exit(1); ``` exit() is declared in stdlib.h, but due to namespace pollution in glibc it happens to work there.