Skip to content

Add include for pause()

Peter Hutterer requested to merge github/fork/phihag/fix-include-for-pause into master

Created by: phihag

On debian Linux unstable, main_x11.cpp is missing an include:

main_x11.cpp: In function ‘int main(int, char**)’:
main_x11.cpp:34:15: error: ‘pause’ was not declared in this scope

Merge request reports