termux / play-audio

Command-line tool to play audio using OpenSL ES.
https://termux.com
Apache License 2.0
129 stars 24 forks source link

Include <string.h> for strcmp() #14

Open fornwall opened 6 months ago

fornwall commented 6 months ago

Fixes building with current clang:

error: use of undeclared identifier 'strcmp'