Skip to content

Commit

Permalink
fix tolower() not declared
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 14, 2024
1 parent a19e8ad commit e6c9c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/jackrack/vst2_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#include <ctype.h>
#include <dlfcn.h>
#include <ladspa.h>
#include <stdio.h>
Expand Down

0 comments on commit e6c9c2b

Please sign in to comment.