fph / bastet

Evil falling block game. http://fph.altervista.org/prog/bastet.html
GNU General Public License v3.0
272 stars 35 forks source link

Add required include to build against musl libc #24

Open awest03 opened 1 year ago

awest03 commented 1 year ago

Ui.cpp was missing the include for sys/select.h which prevented building using the musl libc (at least for Void Linux). This should fix that.